taglinefilesource code
socket56fs/nfs/sock.cstruct socket *sock;
socket248include/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);
socket199include/net/sock.hstruct socket      *socket;
socket34include/net/unix.hstruct socket  *socket;  /* socket we're bound to  */
socket231net/appletalk/ddp.clen += sprintf (buffer+len,"%02X %d\n", s->state, SOCK_INODE(s->socket)->i_uid);
socket919net/appletalk/ddp.cstatic int atalk_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket934net/appletalk/ddp.cstatic int atalk_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket972net/appletalk/ddp.cstatic int atalk_getsockopt(struct socket *sock, int level, int optname,
socket1011net/appletalk/ddp.cstatic int atalk_listen(struct socket *sock, int backlog)
socket1031net/appletalk/ddp.csock_wake_async(sk->socket,0);
socket1040net/appletalk/ddp.cstatic int atalk_create(struct socket *sock, int protocol)
socket1079net/appletalk/ddp.csk->socket=sock;
socket1112net/appletalk/ddp.cstatic int atalk_dup(struct socket *newsock,struct socket *oldsock)
socket1121net/appletalk/ddp.cstatic int atalk_release(struct socket *sock, struct socket *peer)
socket1171net/appletalk/ddp.cstatic int atalk_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1226net/appletalk/ddp.cstatic int atalk_connect(struct socket *sock, struct sockaddr *uaddr,
socket1266net/appletalk/ddp.cstatic int atalk_socketpair(struct socket *sock1, struct socket *sock2)
socket1275net/appletalk/ddp.cstatic int atalk_accept(struct socket *sock, struct socket *newsock, int flags)
socket1287net/appletalk/ddp.cstatic int atalk_getname(struct socket *sock, struct sockaddr *uaddr,
socket1440net/appletalk/ddp.cstatic int atalk_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1617net/appletalk/ddp.cstatic int atalk_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1622net/appletalk/ddp.cstatic int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1673net/appletalk/ddp.cstatic int atalk_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1679net/appletalk/ddp.cstatic int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1688net/appletalk/ddp.cstatic int atalk_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1694net/appletalk/ddp.cstatic int atalk_shutdown(struct socket *sk,int how)
socket1699net/appletalk/ddp.cstatic int atalk_select(struct socket *sock , int sel_type, select_table *wait)
socket1710net/appletalk/ddp.cstatic int atalk_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg)
socket601net/ax25/af_ax25.cstatic int ax25_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket610net/ax25/af_ax25.cstatic int ax25_setsockopt(struct socket *sock, int level, int optname,
socket668net/ax25/af_ax25.cstatic int ax25_getsockopt(struct socket *sock, int level, int optname,
socket721net/ax25/af_ax25.cstatic int ax25_listen(struct socket *sock, int backlog)
socket746net/ax25/af_ax25.cstatic int ax25_create(struct socket *sock, int protocol)
socket779net/ax25/af_ax25.csk->socket        = sock;
socket831net/ax25/af_ax25.csk->socket = osk->socket;
socket902net/ax25/af_ax25.cstatic int ax25_dup(struct socket *newsock, struct socket *oldsock)
socket909net/ax25/af_ax25.cstatic int ax25_release(struct socket *sock, struct socket *peer)
socket971net/ax25/af_ax25.cstatic int ax25_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1028net/ax25/af_ax25.cstatic int ax25_connect(struct socket *sock, struct sockaddr *uaddr,
socket1139net/ax25/af_ax25.cstatic int ax25_socketpair(struct socket *sock1, struct socket *sock2)
socket1144net/ax25/af_ax25.cstatic int ax25_accept(struct socket *sock, struct socket *newsock, int flags)
socket1193net/ax25/af_ax25.cstatic int ax25_getname(struct socket *sock, struct sockaddr *uaddr,
socket1468net/ax25/af_ax25.cstatic int ax25_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1605net/ax25/af_ax25.cstatic int ax25_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1610net/ax25/af_ax25.cstatic int ax25_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1615net/ax25/af_ax25.cstatic int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1672net/ax25/af_ax25.cstatic int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1683net/ax25/af_ax25.cstatic int ax25_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1688net/ax25/af_ax25.cstatic int ax25_shutdown(struct socket *sk, int how)
socket1694net/ax25/af_ax25.cstatic int ax25_select(struct socket *sock , int sel_type, select_table *wait)
socket1701net/ax25/af_ax25.cstatic int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket453net/core/sock.csk->socket->flags |= SO_NOSPACE;
socket475net/core/sock.csk->socket->flags &= ~SO_NOSPACE;
socket395net/ipv4/af_inet.cstatic int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket424net/ipv4/af_inet.cstatic int inet_setsockopt(struct socket *sock, int level, int optname,
socket440net/ipv4/af_inet.cstatic int inet_getsockopt(struct socket *sock, int level, int optname,
socket476net/ipv4/af_inet.cstatic int inet_listen(struct socket *sock, int backlog)
socket516net/ipv4/af_inet.csock_wake_async(sk->socket, 1);
socket525net/ipv4/af_inet.csock_wake_async(sk->socket, 2);
socket536net/ipv4/af_inet.cstatic int inet_create(struct socket *sock, int protocol)
socket609net/ipv4/af_inet.csk->socket = sock;
socket752net/ipv4/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
socket778net/ipv4/af_inet.cstatic int inet_release(struct socket *sock, struct socket *peer)
socket835net/ipv4/af_inet.csk->socket = NULL;
socket840net/ipv4/af_inet.cstatic int inet_bind(struct socket *sock, struct sockaddr *uaddr,
socket945net/ipv4/af_inet.cstatic int inet_connect(struct socket *sock, struct sockaddr * uaddr,
socket1029net/ipv4/af_inet.cstatic int inet_socketpair(struct socket *sock1, struct socket *sock2)
socket1039net/ipv4/af_inet.cstatic int inet_accept(struct socket *sock, struct socket *newsock, int flags)
socket1080net/ipv4/af_inet.csk2->socket = newsock;
socket1094net/ipv4/af_inet.csk2->socket=NULL;
socket1119net/ipv4/af_inet.cstatic int inet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1151net/ipv4/af_inet.cstatic int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
socket1168net/ipv4/af_inet.cstatic int inet_recv(struct socket *sock, void *ubuf, int size, int noblock,
socket1175net/ipv4/af_inet.cstatic int inet_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1187net/ipv4/af_inet.cstatic int inet_send(struct socket *sock, void *ubuf, int size, int noblock, 
socket1204net/ipv4/af_inet.cstatic int inet_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1209net/ipv4/af_inet.cstatic int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, 
socket1230net/ipv4/af_inet.cstatic int inet_shutdown(struct socket *sock, int how)
socket1254net/ipv4/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
socket1274net/ipv4/af_inet.cstatic int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket115net/ipv4/proc.csp->socket?SOCK_INODE(sp->socket)->i_uid:0,
socket1604net/ipv4/tcp.csk->socket->flags |= SO_NOSPACE;
socket1627net/ipv4/tcp.csk->socket->flags &= ~SO_NOSPACE;
socket2083net/ipv4/tcp.csk->socket->flags |= SO_WAITDATA;
socket2085net/ipv4/tcp.csk->socket->flags &= ~SO_WAITDATA;
socket2761net/ipv4/tcp.cnewsk->socket = NULL;
socket3680net/ipv4/tcp.csock_wake_async(sk->socket, 1);
socket4703net/ipv4/tcp.csock_wake_async(sk->socket, 0);
socket1196net/ipx/af_ipx.cs->state, SOCK_INODE(s->socket)->i_uid);
socket1264net/ipx/af_ipx.cstatic int ipx_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket1273net/ipx/af_ipx.cstatic int ipx_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket1309net/ipx/af_ipx.cstatic int ipx_getsockopt(struct socket *sock, int level, int optname,
socket1347net/ipx/af_ipx.cstatic int ipx_listen(struct socket *sock, int backlog)
socket1363net/ipx/af_ipx.csock_wake_async(sk->socket, 1);
socket1368net/ipx/af_ipx.cipx_create(struct socket *sock, int protocol)
socket1398net/ipx/af_ipx.csk->socket=sock;
socket1422net/ipx/af_ipx.cstatic int ipx_release(struct socket *sock, struct socket *peer)
socket1435net/ipx/af_ipx.cstatic int ipx_dup(struct socket *newsock,struct socket *oldsock)
socket1458net/ipx/af_ipx.cstatic int ipx_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1503net/ipx/af_ipx.cstatic int ipx_connect(struct socket *sock, struct sockaddr *uaddr,
socket1539net/ipx/af_ipx.cstatic int ipx_socketpair(struct socket *sock1, struct socket *sock2)
socket1544net/ipx/af_ipx.cstatic int ipx_accept(struct socket *sock, struct socket *newsock, int flags)
socket1551net/ipx/af_ipx.cstatic int ipx_getname(struct socket *sock, struct sockaddr *uaddr,
socket1670net/ipx/af_ipx.cstatic int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1713net/ipx/af_ipx.cstatic int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1718net/ipx/af_ipx.cstatic int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1763net/ipx/af_ipx.cstatic int ipx_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1769net/ipx/af_ipx.cstatic int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1778net/ipx/af_ipx.cstatic int ipx_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1784net/ipx/af_ipx.cstatic int ipx_shutdown(struct socket *sk,int how)
socket1789net/ipx/af_ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
socket1796net/ipx/af_ipx.cstatic int ipx_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg)
socket258net/netrom/af_netrom.cstatic int nr_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket267net/netrom/af_netrom.cstatic int nr_setsockopt(struct socket *sock, int level, int optname,
socket313net/netrom/af_netrom.cstatic int nr_getsockopt(struct socket *sock, int level, int optname,
socket358net/netrom/af_netrom.cstatic int nr_listen(struct socket *sock, int backlog)
socket384net/netrom/af_netrom.cstatic int nr_create(struct socket *sock, int protocol)
socket414net/netrom/af_netrom.csk->socket        = sock;
socket499net/netrom/af_netrom.csk->socket = osk->socket;
socket569net/netrom/af_netrom.cstatic int nr_dup(struct socket *newsock, struct socket *oldsock)
socket576net/netrom/af_netrom.cstatic int nr_release(struct socket *sock, struct socket *peer)
socket631net/netrom/af_netrom.cstatic int nr_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
socket690net/netrom/af_netrom.cstatic int nr_connect(struct socket *sock, struct sockaddr *uaddr,
socket781net/netrom/af_netrom.cstatic int nr_socketpair(struct socket *sock1, struct socket *sock2)
socket786net/netrom/af_netrom.cstatic int nr_accept(struct socket *sock, struct socket *newsock, int flags)
socket835net/netrom/af_netrom.cstatic int nr_getname(struct socket *sock, struct sockaddr *uaddr,
socket957net/netrom/af_netrom.cstatic int nr_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1067net/netrom/af_netrom.cstatic int nr_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1072net/netrom/af_netrom.cstatic int nr_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1077net/netrom/af_netrom.cstatic int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1123net/netrom/af_netrom.cstatic int nr_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1134net/netrom/af_netrom.cstatic int nr_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1139net/netrom/af_netrom.cstatic int nr_shutdown(struct socket *sk, int how)
socket1144net/netrom/af_netrom.cstatic int nr_select(struct socket *sock , int sel_type, select_table *wait)
socket1151net/netrom/af_netrom.cstatic int nr_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket200net/socket.cinline struct socket *socki_lookup(struct inode *inode)
socket209net/socket.cstatic inline struct socket *sockfd_lookup(int fd, struct file **pfile)
socket231net/socket.cstruct socket *sock_alloc(void)
socket234net/socket.cstruct socket * sock;
socket264net/socket.cstatic inline void sock_release_peer(struct socket *peer)
socket271net/socket.cvoid sock_release(struct socket *sock)
socket274net/socket.cstruct socket *peersock, *nextsock;
socket319net/socket.cstruct socket *sock;
socket342net/socket.cstruct socket *sock;
socket368net/socket.cstruct socket *sock;
socket376net/socket.cstruct socket *sock;
socket409net/socket.cstruct socket *sock;
socket455net/socket.cint sock_wake_async(struct socket *sock, int how)
socket484net/socket.cint sock_awaitconn(struct socket *mysock, struct socket *servsock, int flags)
socket486net/socket.cstruct socket *last;
socket565net/socket.cstruct socket *sock;
socket631net/socket.cstruct socket *sock1, *sock2;
socket695net/socket.cstruct socket *sock;
socket725net/socket.cstruct socket *sock;
socket755net/socket.cstruct socket *sock, *newsock;
socket816net/socket.cstruct socket *sock;
socket867net/socket.cstruct socket *sock;
socket892net/socket.cstruct socket *sock;
socket917net/socket.cstruct socket *sock;
socket943net/socket.cstruct socket *sock;
socket977net/socket.cstruct socket *sock;
socket1007net/socket.cstruct socket *sock;
socket1043net/socket.cstruct socket *sock;
socket1061net/socket.cstruct socket *sock;
socket1081net/socket.cstruct socket *sock;
socket1099net/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)