taglinefilesource code
socket56fs/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);
socket138include/linux/net.hextern struct socket *sock_alloc(void);
socket139include/linux/net.hextern void  sock_release(struct socket *sock);
socket385net/inet/af_inet.cstatic int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket414net/inet/af_inet.cstatic int inet_setsockopt(struct socket *sock, int level, int optname,
socket430net/inet/af_inet.cstatic int inet_getsockopt(struct socket *sock, int level, int optname,
socket464net/inet/af_inet.cstatic int inet_listen(struct socket *sock, int backlog)
socket504net/inet/af_inet.csock_wake_async(sk->socket, 1);
socket513net/inet/af_inet.csock_wake_async(sk->socket, 2);
socket524net/inet/af_inet.cstatic int inet_create(struct socket *sock, int protocol)
socket603net/inet/af_inet.csk->socket = sock;
socket737net/inet/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
socket763net/inet/af_inet.cstatic int inet_release(struct socket *sock, struct socket *peer)
socket820net/inet/af_inet.csk->socket = NULL;
socket829net/inet/af_inet.cstatic int inet_bind(struct socket *sock, struct sockaddr *uaddr,
socket928net/inet/af_inet.cstatic int inet_connect(struct socket *sock, struct sockaddr * uaddr,
socket1012net/inet/af_inet.cstatic int inet_socketpair(struct socket *sock1, struct socket *sock2)
socket1022net/inet/af_inet.cstatic int inet_accept(struct socket *sock, struct socket *newsock, int flags)
socket1065net/inet/af_inet.csk2->socket = newsock;
socket1079net/inet/af_inet.csk2->socket=NULL;
socket1104net/inet/af_inet.cstatic int inet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1136net/inet/af_inet.cstatic int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
socket1153net/inet/af_inet.cstatic int inet_recv(struct socket *sock, void *ubuf, int size, int noblock,
socket1160net/inet/af_inet.cstatic int inet_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1172net/inet/af_inet.cstatic int inet_send(struct socket *sock, void *ubuf, int size, int noblock, 
socket1189net/inet/af_inet.cstatic int inet_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1194net/inet/af_inet.cstatic int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, 
socket1215net/inet/af_inet.cstatic int inet_shutdown(struct socket *sock, int how)
socket1239net/inet/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
socket1259net/inet/af_inet.cstatic int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket1191net/inet/ipx.cs->state, SOCK_INODE(s->socket)->i_uid);
socket1259net/inet/ipx.cstatic int ipx_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket1268net/inet/ipx.cstatic int ipx_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket1304net/inet/ipx.cstatic int ipx_getsockopt(struct socket *sock, int level, int optname,
socket1342net/inet/ipx.cstatic int ipx_listen(struct socket *sock, int backlog)
socket1358net/inet/ipx.csock_wake_async(sk->socket, 1);
socket1363net/inet/ipx.cipx_create(struct socket *sock, int protocol)
socket1394net/inet/ipx.csk->socket=sock;
socket1418net/inet/ipx.cstatic int ipx_release(struct socket *sock, struct socket *peer)
socket1431net/inet/ipx.cstatic int ipx_dup(struct socket *newsock,struct socket *oldsock)
socket1454net/inet/ipx.cstatic int ipx_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1499net/inet/ipx.cstatic int ipx_connect(struct socket *sock, struct sockaddr *uaddr,
socket1535net/inet/ipx.cstatic int ipx_socketpair(struct socket *sock1, struct socket *sock2)
socket1540net/inet/ipx.cstatic int ipx_accept(struct socket *sock, struct socket *newsock, int flags)
socket1547net/inet/ipx.cstatic int ipx_getname(struct socket *sock, struct sockaddr *uaddr,
socket1666net/inet/ipx.cstatic int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1709net/inet/ipx.cstatic int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1714net/inet/ipx.cstatic int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1759net/inet/ipx.cstatic int ipx_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1765net/inet/ipx.cstatic int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1774net/inet/ipx.cstatic int ipx_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1780net/inet/ipx.cstatic int ipx_shutdown(struct socket *sk,int how)
socket1785net/inet/ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
socket1792net/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,
socket465net/inet/sock.csk->socket->flags |= SO_NOSPACE;
socket487net/inet/sock.csk->socket->flags &= ~SO_NOSPACE;
socket190net/inet/sock.hstruct socket      *socket;
socket1647net/inet/tcp.csk->socket->flags |= SO_NOSPACE;
socket1670net/inet/tcp.csk->socket->flags &= ~SO_NOSPACE;
socket2126net/inet/tcp.csk->socket->flags |= SO_WAITDATA;
socket2128net/inet/tcp.csk->socket->flags &= ~SO_WAITDATA;
socket2804net/inet/tcp.cnewsk->socket = NULL;
socket3719net/inet/tcp.csock_wake_async(sk->socket, 1);
socket4743net/inet/tcp.csock_wake_async(sk->socket, 0);
socket201net/socket.cinline struct socket *socki_lookup(struct inode *inode)
socket210net/socket.cstatic inline struct socket *sockfd_lookup(int fd, struct file **pfile)
socket232net/socket.cstruct socket *sock_alloc(void)
socket235net/socket.cstruct socket * sock;
socket265net/socket.cstatic inline void sock_release_peer(struct socket *peer)
socket272net/socket.cvoid sock_release(struct socket *sock)
socket275net/socket.cstruct socket *peersock, *nextsock;
socket320net/socket.cstruct socket *sock;
socket347net/socket.cstruct socket *sock;
socket387net/socket.cstruct socket *sock;
socket400net/socket.cstruct socket *sock;
socket420net/socket.cstruct socket *sock;
socket445net/socket.cstruct socket *sock;
socket491net/socket.cint sock_wake_async(struct socket *sock, int how)
socket520net/socket.cint sock_awaitconn(struct socket *mysock, struct socket *servsock, int flags)
socket522net/socket.cstruct socket *last;
socket601net/socket.cstruct socket *sock;
socket667net/socket.cstruct socket *sock1, *sock2;
socket731net/socket.cstruct socket *sock;
socket761net/socket.cstruct socket *sock;
socket791net/socket.cstruct socket *sock, *newsock;
socket852net/socket.cstruct socket *sock;
socket903net/socket.cstruct socket *sock;
socket928net/socket.cstruct socket *sock;
socket953net/socket.cstruct socket *sock;
socket979net/socket.cstruct socket *sock;
socket1013net/socket.cstruct socket *sock;
socket1043net/socket.cstruct socket *sock;
socket1079net/socket.cstruct socket *sock;
socket1097net/socket.cstruct socket *sock;
socket1117net/socket.cstruct socket *sock;
socket1135net/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  */