taglinefilesource code
socket41fs/nfs/sock.cextern struct socket *socki_lookup(struct inode *inode);
socket59fs/nfs/sock.cstruct socket *sock;
socket249include/linux/fs.hstruct socket socket_i;
socket78include/linux/net.hstruct socket    *conn;    /* server socket connected to  */
socket79include/linux/net.hstruct socket    *iconn;    /* incomplete client conn.s  */
socket80include/linux/net.hstruct socket    *next;
socket91include/linux/net.hint  (*create)  (struct socket *sock, int protocol);
socket92include/linux/net.hint  (*dup)    (struct socket *newsock, struct socket *oldsock);
socket93include/linux/net.hint  (*release)  (struct socket *sock, struct socket *peer);
socket94include/linux/net.hint  (*bind)    (struct socket *sock, struct sockaddr *umyaddr,
socket96include/linux/net.hint  (*connect)  (struct socket *sock, struct sockaddr *uservaddr,
socket98include/linux/net.hint  (*socketpair)  (struct socket *sock1, struct socket *sock2);
socket99include/linux/net.hint  (*accept)  (struct socket *sock, struct socket *newsock,
socket101include/linux/net.hint  (*getname)  (struct socket *sock, struct sockaddr *uaddr,
socket103include/linux/net.hint  (*read)    (struct socket *sock, char *ubuf, int size,
socket105include/linux/net.hint  (*write)  (struct socket *sock, char *ubuf, int size,
socket107include/linux/net.hint  (*select)  (struct socket *sock, int sel_type,
socket109include/linux/net.hint  (*ioctl)  (struct socket *sock, unsigned int cmd,
socket111include/linux/net.hint  (*listen)  (struct socket *sock, int len);
socket112include/linux/net.hint  (*send)    (struct socket *sock, void *buff, int len, int nonblock,
socket114include/linux/net.hint  (*recv)    (struct socket *sock, void *buff, int len, int nonblock,
socket116include/linux/net.hint  (*sendto)  (struct socket *sock, void *buff, int len, int nonblock,
socket118include/linux/net.hint  (*recvfrom)  (struct socket *sock, void *buff, int len, int nonblock,
socket120include/linux/net.hint  (*shutdown)  (struct socket *sock, int flags);
socket121include/linux/net.hint  (*setsockopt)  (struct socket *sock, int level, int optname,
socket123include/linux/net.hint  (*getsockopt)  (struct socket *sock, int level, int optname,
socket125include/linux/net.hint  (*fcntl)  (struct socket *sock, unsigned int cmd,
socket134include/linux/net.hextern int  sock_awaitconn(struct socket *mysock, struct socket *servsock, int flags);
socket135include/linux/net.hextern int  sock_wake_async(struct socket *sock, int how);
socket378net/inet/af_inet.cstatic int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket407net/inet/af_inet.cstatic int inet_setsockopt(struct socket *sock, int level, int optname,
socket423net/inet/af_inet.cstatic int inet_getsockopt(struct socket *sock, int level, int optname,
socket457net/inet/af_inet.cstatic int inet_listen(struct socket *sock, int backlog)
socket497net/inet/af_inet.csock_wake_async(sk->socket, 1);
socket506net/inet/af_inet.csock_wake_async(sk->socket, 2);
socket517net/inet/af_inet.cstatic int inet_create(struct socket *sock, int protocol)
socket596net/inet/af_inet.csk->socket = sock;
socket730net/inet/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
socket742net/inet/af_inet.cstatic int inet_release(struct socket *sock, struct socket *peer)
socket797net/inet/af_inet.csk->socket = NULL;
socket806net/inet/af_inet.cstatic int inet_bind(struct socket *sock, struct sockaddr *uaddr,
socket904net/inet/af_inet.cstatic int inet_connect(struct socket *sock, struct sockaddr * uaddr,
socket981net/inet/af_inet.cstatic int inet_socketpair(struct socket *sock1, struct socket *sock2)
socket991net/inet/af_inet.cstatic int inet_accept(struct socket *sock, struct socket *newsock, int flags)
socket1034net/inet/af_inet.csk2->socket = newsock;
socket1048net/inet/af_inet.csk2->socket=NULL;
socket1073net/inet/af_inet.cstatic int inet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1105net/inet/af_inet.cstatic int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
socket1122net/inet/af_inet.cstatic int inet_recv(struct socket *sock, void *ubuf, int size, int noblock,
socket1129net/inet/af_inet.cstatic int inet_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1141net/inet/af_inet.cstatic int inet_send(struct socket *sock, void *ubuf, int size, int noblock, 
socket1158net/inet/af_inet.cstatic int inet_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1163net/inet/af_inet.cstatic int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, 
socket1184net/inet/af_inet.cstatic int inet_shutdown(struct socket *sock, int how)
socket1208net/inet/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
socket1228net/inet/af_inet.cstatic int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket1169net/inet/ipx.cs->state, SOCK_INODE(s->socket)->i_uid);
socket1237net/inet/ipx.cstatic int ipx_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket1246net/inet/ipx.cstatic int ipx_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket1284net/inet/ipx.cstatic int ipx_getsockopt(struct socket *sock, int level, int optname,
socket1322net/inet/ipx.cstatic int ipx_listen(struct socket *sock, int backlog)
socket1338net/inet/ipx.csock_wake_async(sk->socket, 1);
socket1343net/inet/ipx.cipx_create(struct socket *sock, int protocol)
socket1374net/inet/ipx.csk->socket=sock;
socket1398net/inet/ipx.cstatic int ipx_release(struct socket *sock, struct socket *peer)
socket1411net/inet/ipx.cstatic int ipx_dup(struct socket *newsock,struct socket *oldsock)
socket1434net/inet/ipx.cstatic int ipx_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1479net/inet/ipx.cstatic int ipx_connect(struct socket *sock, struct sockaddr *uaddr,
socket1515net/inet/ipx.cstatic int ipx_socketpair(struct socket *sock1, struct socket *sock2)
socket1520net/inet/ipx.cstatic int ipx_accept(struct socket *sock, struct socket *newsock, int flags)
socket1527net/inet/ipx.cstatic int ipx_getname(struct socket *sock, struct sockaddr *uaddr,
socket1646net/inet/ipx.cstatic int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1692net/inet/ipx.cstatic int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1697net/inet/ipx.cstatic int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1741net/inet/ipx.cstatic int ipx_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1747net/inet/ipx.cstatic int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1756net/inet/ipx.cstatic int ipx_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1762net/inet/ipx.cstatic int ipx_shutdown(struct socket *sk,int how)
socket1767net/inet/ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
socket1774net/inet/ipx.cstatic int ipx_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg)
socket98net/inet/proc.csp->socket?SOCK_INODE(sp->socket)->i_uid:0,
socket463net/inet/sock.csk->socket->flags |= SO_NOSPACE;
socket485net/inet/sock.csk->socket->flags &= ~SO_NOSPACE;
socket190net/inet/sock.hstruct socket      *socket;
socket1639net/inet/tcp.csk->socket->flags |= SO_NOSPACE;
socket1662net/inet/tcp.csk->socket->flags &= ~SO_NOSPACE;
socket2118net/inet/tcp.csk->socket->flags |= SO_WAITDATA;
socket2120net/inet/tcp.csk->socket->flags &= ~SO_WAITDATA;
socket2789net/inet/tcp.cnewsk->socket = NULL;
socket3703net/inet/tcp.csock_wake_async(sk->socket, 1);
socket4725net/inet/tcp.csock_wake_async(sk->socket, 0);
socket198net/socket.cinline struct socket *socki_lookup(struct inode *inode)
socket207net/socket.cstatic inline struct socket *sockfd_lookup(int fd, struct file **pfile)
socket228net/socket.cstatic struct socket *sock_alloc(void)
socket231net/socket.cstruct socket * sock;
socket261net/socket.cstatic inline void sock_release_peer(struct socket *peer)
socket269net/socket.cstatic void sock_release(struct socket *sock)
socket272net/socket.cstruct socket *peersock, *nextsock;
socket317net/socket.cstruct socket *sock;
socket344net/socket.cstruct socket *sock;
socket384net/socket.cstruct socket *sock;
socket397net/socket.cstruct socket *sock;
socket417net/socket.cstruct socket *sock;
socket442net/socket.cstruct socket *sock;
socket488net/socket.cint sock_wake_async(struct socket *sock, int how)
socket517net/socket.cint sock_awaitconn(struct socket *mysock, struct socket *servsock, int flags)
socket519net/socket.cstruct socket *last;
socket598net/socket.cstruct socket *sock;
socket664net/socket.cstruct socket *sock1, *sock2;
socket728net/socket.cstruct socket *sock;
socket758net/socket.cstruct socket *sock;
socket788net/socket.cstruct socket *sock, *newsock;
socket849net/socket.cstruct socket *sock;
socket900net/socket.cstruct socket *sock;
socket925net/socket.cstruct socket *sock;
socket950net/socket.cstruct socket *sock;
socket976net/socket.cstruct socket *sock;
socket1010net/socket.cstruct socket *sock;
socket1040net/socket.cstruct socket *sock;
socket1076net/socket.cstruct socket *sock;
socket1094net/socket.cstruct socket *sock;
socket1114net/socket.cstruct socket *sock;
socket1132net/socket.cstruct socket *sock;
socket56net/unix/proc.cif (unix_datas[i].refcnt>0 && unix_datas[i].socket!=NULL)
socket59net/unix/proc.cs_type=unix_datas[i].socket->type;
socket60net/unix/proc.cs_flags=unix_datas[i].socket->flags;
socket61net/unix/proc.cs_state=unix_datas[i].socket->state;
socket60net/unix/sock.cstatic int unix_proto_create(struct socket *sock, int protocol);
socket61net/unix/sock.cstatic int unix_proto_dup(struct socket *newsock, struct socket *oldsock);
socket62net/unix/sock.cstatic int unix_proto_release(struct socket *sock, struct socket *peer);
socket63net/unix/sock.cstatic int unix_proto_bind(struct socket *sock, struct sockaddr *umyaddr,
socket65net/unix/sock.cstatic int unix_proto_connect(struct socket *sock, struct sockaddr *uservaddr,
socket67net/unix/sock.cstatic int unix_proto_socketpair(struct socket *sock1, struct socket *sock2);
socket68net/unix/sock.cstatic int unix_proto_accept(struct socket *sock, struct socket *newsock, 
socket70net/unix/sock.cstatic int unix_proto_getname(struct socket *sock, struct sockaddr *usockaddr,
socket72net/unix/sock.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size,
socket74net/unix/sock.cstatic int unix_proto_write(struct socket *sock, char *ubuf, int size,
socket76net/unix/sock.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
socket77net/unix/sock.cstatic int unix_proto_ioctl(struct socket *sock, unsigned int cmd,
socket79net/unix/sock.cstatic int unix_proto_listen(struct socket *sock, int backlog);
socket80net/unix/sock.cstatic int unix_proto_send(struct socket *sock, void *buff, int len,
socket82net/unix/sock.cstatic int unix_proto_recv(struct socket *sock, void *buff, int len,
socket84net/unix/sock.cstatic int unix_proto_sendto(struct socket *sock, void *buff, int len,
socket87net/unix/sock.cstatic int unix_proto_recvfrom(struct socket *sock, void *buff, int len,
socket91net/unix/sock.cstatic int unix_proto_shutdown(struct socket *sock, int how);
socket93net/unix/sock.cstatic int unix_proto_setsockopt(struct socket *sock, int level, int optname,
socket95net/unix/sock.cstatic int unix_proto_getsockopt(struct socket *sock, int level, int optname,
socket136net/unix/sock.cstatic int unix_proto_listen(struct socket *sock, int backlog)
socket145net/unix/sock.cstatic int unix_proto_setsockopt(struct socket *sock, int level, int optname,
socket152net/unix/sock.cstatic int unix_proto_getsockopt(struct socket *sock, int level, int optname,
socket163net/unix/sock.cstatic int unix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
socket169net/unix/sock.cstatic int unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
socket179net/unix/sock.cstatic int unix_proto_shutdown(struct socket *sock, int how)
socket189net/unix/sock.cstatic int unix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
socket202net/unix/sock.cstatic int unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
socket222net/unix/sock.cif (upd->refcnt > 0 && upd->socket &&
socket223net/unix/sock.cupd->socket->state == SS_UNCONNECTED &&
socket251net/unix/sock.cupd->socket = NULL;
socket306net/unix/sock.cstatic int unix_proto_create(struct socket *sock, int protocol)
socket331net/unix/sock.cupd->socket = sock;
socket341net/unix/sock.cstatic int unix_proto_dup(struct socket *newsock, struct socket *oldsock)
socket352net/unix/sock.cstatic int unix_proto_release(struct socket *sock, struct socket *peer)
socket359net/unix/sock.cif (upd->socket != sock) 
socket372net/unix/sock.cupd->socket = NULL;
socket391net/unix/sock.cstatic int unix_proto_bind(struct socket *sock, struct sockaddr *umyaddr,
socket445net/unix/sock.cstatic int unix_proto_connect(struct socket *sock, struct sockaddr *uservaddr,
socket498net/unix/sock.cif ((i = sock_awaitconn(sock, serv_upd->socket, flags)) < 0) 
socket519net/unix/sock.cstatic int unix_proto_socketpair(struct socket *sock1, struct socket *sock2)
socket535net/unix/sock.cstatic int unix_proto_accept(struct socket *sock, struct socket *newsock, int flags)
socket537net/unix/sock.cstruct socket *clientsock;
socket581net/unix/sock.cstatic int unix_proto_getname(struct socket *sock, struct sockaddr *usockaddr,
socket609net/unix/sock.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
socket679net/unix/sock.cstatic int unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
socket772net/unix/sock.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait)
socket830net/unix/sock.cstatic int unix_proto_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket34net/unix/unix.hstruct socket  *socket;  /* socket we're bound to  */