taglinefilesource code
socket605arch/sparc/kernel/sys_sunos.cstruct socket *socket;
socket614arch/sparc/kernel/sys_sunos.csocket = &inode->u.socket_i;
socket622arch/sparc/kernel/sys_sunos.cret = socket->ops->bind(socket, (struct sockaddr*)&local,
socket634arch/sparc/kernel/sys_sunos.cret = socket->ops->connect (socket, (struct sockaddr *) &server,
socket145fs/nfs/inode.cstruct socket *sock;
socket785fs/nfs/nfsroot.cstruct socket *sock;
socket82fs/nfs/rpcsock.cstruct socket  *sock = rsock->sock;
socket130fs/nfs/rpcsock.cstruct socket  *sock = rsock->sock;
socket161fs/read_write.cstruct socket *sock;
socket27fs/smbfs/sock.cstatic int _recvfrom(struct socket *sock, unsigned char *ubuf, int size, int noblock, unsigned flags,
socket47fs/smbfs/sock.cstatic int _send(struct socket *sock, const void *buff, int len, int nonblock, unsigned flags) {
socket66fs/smbfs/sock.cstruct socket *sock = sk->socket;
socket111fs/smbfs/sock.cstruct socket *sock;
socket159fs/smbfs/sock.cstruct socket *sock;
socket213fs/smbfs/sock.csmb_receive_raw(struct socket *sock, unsigned char *target,
socket294fs/smbfs/sock.csmb_receive(struct smb_server *server, struct socket *sock)
socket324fs/smbfs/sock.csmb_receive_trans2(struct smb_server *server, struct socket *sock,
socket433fs/smbfs/sock.cstatic inline struct socket *
socket451fs/smbfs/sock.cstruct socket *sock = server_sock(server);
socket473fs/smbfs/sock.cstruct socket *sock = server_sock(server);
socket498fs/smbfs/sock.cstruct socket *sock = server_sock(server);
socket566fs/smbfs/sock.cstruct socket *sock = server_sock(server);
socket632fs/smbfs/sock.cstruct socket *sock = server_sock(server);
socket707fs/smbfs/sock.cstruct socket *sock = server_sock(server);
socket271include/linux/fs.hstruct socket socket_i;
socket80include/linux/net.hstruct socket    *conn;    /* server socket connected to  */
socket81include/linux/net.hstruct socket    *iconn;    /* incomplete client conn.s  */
socket82include/linux/net.hstruct socket    *next;
socket93include/linux/net.hint  (*create)  (struct socket *sock, int protocol);
socket94include/linux/net.hint  (*dup)    (struct socket *newsock, struct socket *oldsock);
socket95include/linux/net.hint  (*release)  (struct socket *sock, struct socket *peer);
socket96include/linux/net.hint  (*bind)    (struct socket *sock, struct sockaddr *umyaddr,
socket98include/linux/net.hint  (*connect)  (struct socket *sock, struct sockaddr *uservaddr,
socket100include/linux/net.hint  (*socketpair)  (struct socket *sock1, struct socket *sock2);
socket101include/linux/net.hint  (*accept)  (struct socket *sock, struct socket *newsock,
socket103include/linux/net.hint  (*getname)  (struct socket *sock, struct sockaddr *uaddr,
socket105include/linux/net.hint  (*select)  (struct socket *sock, int sel_type,
socket107include/linux/net.hint  (*ioctl)  (struct socket *sock, unsigned int cmd,
socket109include/linux/net.hint  (*listen)  (struct socket *sock, int len);
socket110include/linux/net.hint  (*shutdown)  (struct socket *sock, int flags);
socket111include/linux/net.hint  (*setsockopt)  (struct socket *sock, int level, int optname,
socket113include/linux/net.hint  (*getsockopt)  (struct socket *sock, int level, int optname,
socket115include/linux/net.hint  (*fcntl)  (struct socket *sock, unsigned int cmd,
socket117include/linux/net.hint   (*sendmsg)  (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags);
socket118include/linux/net.hint   (*recvmsg)  (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags, int *addr_len);
socket126include/linux/net.hextern int  sock_wake_async(struct socket *sock, int how);
socket129include/linux/net.hextern struct socket *sock_alloc(void);
socket130include/linux/net.hextern void  sock_release(struct socket *sock);
socket39include/linux/rpcsock.hstruct socket    *sock;
socket253include/net/sock.hstruct socket    *socket;
socket253net/appletalk/ddp.clen += sprintf (buffer+len,"%02X %d\n", s->state, SOCK_INODE(s->socket)->i_uid);
socket951net/appletalk/ddp.cstatic int atalk_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket966net/appletalk/ddp.cstatic int atalk_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket1004net/appletalk/ddp.cstatic int atalk_getsockopt(struct socket *sock, int level, int optname,
socket1043net/appletalk/ddp.cstatic int atalk_listen(struct socket *sock, int backlog)
socket1063net/appletalk/ddp.csock_wake_async(sk->socket,0);
socket1072net/appletalk/ddp.cstatic int atalk_create(struct socket *sock, int protocol)
socket1112net/appletalk/ddp.csk->socket=sock;
socket1145net/appletalk/ddp.cstatic int atalk_dup(struct socket *newsock,struct socket *oldsock)
socket1154net/appletalk/ddp.cstatic int atalk_release(struct socket *sock, struct socket *peer)
socket1205net/appletalk/ddp.cstatic int atalk_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1259net/appletalk/ddp.cstatic int atalk_connect(struct socket *sock, struct sockaddr *uaddr,
socket1299net/appletalk/ddp.cstatic int atalk_socketpair(struct socket *sock1, struct socket *sock2)
socket1308net/appletalk/ddp.cstatic int atalk_accept(struct socket *sock, struct socket *newsock, int flags)
socket1320net/appletalk/ddp.cstatic int atalk_getname(struct socket *sock, struct sockaddr *uaddr,
socket1512net/appletalk/ddp.cstatic int atalk_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
socket1699net/appletalk/ddp.cstatic int atalk_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
socket1745net/appletalk/ddp.cstatic int atalk_shutdown(struct socket *sk,int how)
socket1750net/appletalk/ddp.cstatic int atalk_select(struct socket *sock , int sel_type, select_table *wait)
socket1761net/appletalk/ddp.cstatic int atalk_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg)
socket683net/ax25/af_ax25.cstatic int ax25_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket692net/ax25/af_ax25.cstatic int ax25_setsockopt(struct socket *sock, int level, int optname,
socket767net/ax25/af_ax25.cstatic int ax25_getsockopt(struct socket *sock, int level, int optname,
socket832net/ax25/af_ax25.cstatic int ax25_listen(struct socket *sock, int backlog)
socket857net/ax25/af_ax25.cstatic int ax25_create(struct socket *sock, int protocol)
socket904net/ax25/af_ax25.csk->socket        = sock;
socket961net/ax25/af_ax25.csk->socket = osk->socket;
socket1035net/ax25/af_ax25.cstatic int ax25_dup(struct socket *newsock, struct socket *oldsock)
socket1042net/ax25/af_ax25.cstatic int ax25_release(struct socket *sock, struct socket *peer)
socket1100net/ax25/af_ax25.csk->socket = NULL;  /* Not used, but we should do this. **/
socket1111net/ax25/af_ax25.cstatic int ax25_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1168net/ax25/af_ax25.cstatic int ax25_connect(struct socket *sock, struct sockaddr *uaddr,
socket1272net/ax25/af_ax25.cstatic int ax25_socketpair(struct socket *sock1, struct socket *sock2)
socket1277net/ax25/af_ax25.cstatic int ax25_accept(struct socket *sock, struct socket *newsock, int flags)
socket1326net/ax25/af_ax25.cstatic int ax25_getname(struct socket *sock, struct sockaddr *uaddr,
socket1685net/ax25/af_ax25.cstatic int ax25_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
socket1823net/ax25/af_ax25.cstatic int ax25_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
socket1899net/ax25/af_ax25.cstatic int ax25_shutdown(struct socket *sk, int how)
socket1905net/ax25/af_ax25.cstatic int ax25_select(struct socket *sock , int sel_type, select_table *wait)
socket1912net/ax25/af_ax25.cstatic int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket475net/core/sock.csk->socket->flags |= SO_NOSPACE;
socket511net/core/sock.csk->socket->flags &= ~SO_NOSPACE;
socket430net/ipv4/af_inet.cstatic int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket459net/ipv4/af_inet.cstatic int inet_setsockopt(struct socket *sock, int level, int optname,
socket475net/ipv4/af_inet.cstatic int inet_getsockopt(struct socket *sock, int level, int optname,
socket511net/ipv4/af_inet.cstatic int inet_listen(struct socket *sock, int backlog)
socket554net/ipv4/af_inet.csock_wake_async(sk->socket, 1);
socket563net/ipv4/af_inet.csock_wake_async(sk->socket, 2);
socket574net/ipv4/af_inet.cstatic int inet_create(struct socket *sock, int protocol)
socket647net/ipv4/af_inet.csk->socket = sock;
socket724net/ipv4/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
socket751net/ipv4/af_inet.cstatic int inet_release(struct socket *sock, struct socket *peer)
socket814net/ipv4/af_inet.csk->socket = NULL;
socket819net/ipv4/af_inet.cstatic int inet_bind(struct socket *sock, struct sockaddr *uaddr,
socket929net/ipv4/af_inet.cstatic int inet_connect(struct socket *sock, struct sockaddr * uaddr,
socket1001net/ipv4/af_inet.cstatic int inet_socketpair(struct socket *sock1, struct socket *sock2)
socket1011net/ipv4/af_inet.cstatic int inet_accept(struct socket *sock, struct socket *newsock, int flags)
socket1054net/ipv4/af_inet.csk2->socket = newsock;
socket1068net/ipv4/af_inet.csk2->socket=NULL;
socket1092net/ipv4/af_inet.cstatic int inet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1124net/ipv4/af_inet.cstatic int inet_recvmsg(struct socket *sock, struct msghdr *ubuf, int size, int noblock, 
socket1140net/ipv4/af_inet.cstatic int inet_sendmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, 
socket1161net/ipv4/af_inet.cstatic int inet_shutdown(struct socket *sock, int how)
socket1185net/ipv4/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
socket1205net/ipv4/af_inet.cstatic int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket177net/ipv4/icmp.cstruct socket icmp_socket;
socket117net/ipv4/proc.c(sp->socket&&SOCK_INODE(sp->socket))?SOCK_INODE(sp->socket)->i_uid:0,
socket1932net/ipv4/tcp.csk->socket->flags |= SO_NOSPACE;
socket1955net/ipv4/tcp.csk->socket->flags &= ~SO_NOSPACE;
socket2396net/ipv4/tcp.csk->socket->flags |= SO_WAITDATA;
socket2398net/ipv4/tcp.csk->socket->flags &= ~SO_WAITDATA;
socket3068net/ipv4/tcp.cnewsk->socket = NULL;
socket3996net/ipv4/tcp.csock_wake_async(sk->socket, 1);
socket5035net/ipv4/tcp.csock_wake_async(sk->socket, 0);
socket1260net/ipx/af_ipx.cs->state, SOCK_INODE(s->socket)->i_uid);
socket1329net/ipx/af_ipx.cstatic int ipx_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket1338net/ipx/af_ipx.cstatic int ipx_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket1374net/ipx/af_ipx.cstatic int ipx_getsockopt(struct socket *sock, int level, int optname,
socket1412net/ipx/af_ipx.cstatic int ipx_listen(struct socket *sock, int backlog)
socket1428net/ipx/af_ipx.csock_wake_async(sk->socket, 1);
socket1433net/ipx/af_ipx.cipx_create(struct socket *sock, int protocol)
socket1463net/ipx/af_ipx.csk->socket=sock;
socket1487net/ipx/af_ipx.cstatic int ipx_release(struct socket *sock, struct socket *peer)
socket1500net/ipx/af_ipx.cstatic int ipx_dup(struct socket *newsock,struct socket *oldsock)
socket1523net/ipx/af_ipx.cstatic int ipx_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1568net/ipx/af_ipx.cstatic int ipx_connect(struct socket *sock, struct sockaddr *uaddr,
socket1604net/ipx/af_ipx.cstatic int ipx_socketpair(struct socket *sock1, struct socket *sock2)
socket1609net/ipx/af_ipx.cstatic int ipx_accept(struct socket *sock, struct socket *newsock, int flags)
socket1616net/ipx/af_ipx.cstatic int ipx_getname(struct socket *sock, struct sockaddr *uaddr,
socket1749net/ipx/af_ipx.cstatic int ipx_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock,
socket1793net/ipx/af_ipx.cstatic int ipx_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock,
socket1835net/ipx/af_ipx.cstatic int ipx_shutdown(struct socket *sk,int how)
socket1840net/ipx/af_ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
socket1847net/ipx/af_ipx.cstatic int ipx_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg)
socket287net/netrom/af_netrom.cstatic int nr_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket296net/netrom/af_netrom.cstatic int nr_setsockopt(struct socket *sock, int level, int optname,
socket346net/netrom/af_netrom.cstatic int nr_getsockopt(struct socket *sock, int level, int optname,
socket395net/netrom/af_netrom.cstatic int nr_listen(struct socket *sock, int backlog)
socket421net/netrom/af_netrom.cstatic int nr_create(struct socket *sock, int protocol)
socket443net/netrom/af_netrom.csk->socket        = sock;
socket545net/netrom/af_netrom.csk->socket      = osk->socket;
socket605net/netrom/af_netrom.cstatic int nr_dup(struct socket *newsock, struct socket *oldsock)
socket612net/netrom/af_netrom.cstatic int nr_release(struct socket *sock, struct socket *peer)
socket669net/netrom/af_netrom.csk->socket = NULL;  /* Not used, but we should do this. **/
socket674net/netrom/af_netrom.cstatic int nr_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
socket735net/netrom/af_netrom.cstatic int nr_connect(struct socket *sock, struct sockaddr *uaddr,
socket831net/netrom/af_netrom.cstatic int nr_socketpair(struct socket *sock1, struct socket *sock2)
socket836net/netrom/af_netrom.cstatic int nr_accept(struct socket *sock, struct socket *newsock, int flags)
socket885net/netrom/af_netrom.cstatic int nr_getname(struct socket *sock, struct sockaddr *uaddr,
socket1028net/netrom/af_netrom.cstatic int nr_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
socket1131net/netrom/af_netrom.cstatic int nr_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock,
socket1181net/netrom/af_netrom.cstatic int nr_shutdown(struct socket *sk, int how)
socket1186net/netrom/af_netrom.cstatic int nr_select(struct socket *sock , int sel_type, select_table *wait)
socket1193net/netrom/af_netrom.cstatic int nr_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket205net/socket.c__inline struct socket *socki_lookup(struct inode *inode)
socket214net/socket.cextern __inline struct socket *sockfd_lookup(int fd, struct file **pfile)
socket236net/socket.cstruct socket *sock_alloc(void)
socket239net/socket.cstruct socket * sock;
socket269net/socket.cstatic inline void sock_release_peer(struct socket *peer)
socket276net/socket.cvoid sock_release(struct socket *sock)
socket279net/socket.cstruct socket *peersock, *nextsock;
socket324net/socket.cstruct socket *sock;
socket356net/socket.cstruct socket *sock;
socket392net/socket.cstruct socket *sock;
socket400net/socket.cstruct socket *sock;
socket433net/socket.cstruct socket *sock;
socket479net/socket.cint sock_wake_async(struct socket *sock, int how)
socket512net/socket.cstruct socket *sock;
socket578net/socket.cstruct socket *sock1, *sock2;
socket642net/socket.cstruct socket *sock;
socket672net/socket.cstruct socket *sock;
socket704net/socket.cstruct socket *sock, *newsock;
socket765net/socket.cstruct socket *sock;
socket816net/socket.cstruct socket *sock;
socket841net/socket.cstruct socket *sock;
socket866net/socket.cstruct socket *sock;
socket901net/socket.cstruct socket *sock;
socket942net/socket.cstruct socket *sock;
socket979net/socket.cstruct socket *sock;
socket1024net/socket.cstruct socket *sock;
socket1042net/socket.cstruct socket *sock;
socket1062net/socket.cstruct socket *sock;
socket1079net/socket.cstruct socket *sock;
socket1114net/socket.cstruct socket *sock;
socket1160net/socket.cstruct socket *sock;
socket209net/unix/af_unix.cstatic int unix_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket218net/unix/af_unix.cstatic int unix_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket226net/unix/af_unix.cstatic int unix_getsockopt(struct socket *sock, int level, int optname, char *optval, int *optlen)
socket234net/unix/af_unix.cstatic int unix_listen(struct socket *sock, int backlog)
socket257net/unix/af_unix.csock_wake_async(sk->socket, 1);
socket266net/unix/af_unix.csock_wake_async(sk->socket, 2);
socket270net/unix/af_unix.cstatic int unix_create(struct socket *sock, int protocol)
socket331net/unix/af_unix.csk->socket=sock;
socket339net/unix/af_unix.cstatic int unix_dup(struct socket *newsock, struct socket *oldsock)
socket344net/unix/af_unix.cstatic int unix_release(struct socket *sock, struct socket *peer)
socket403net/unix/af_unix.cstatic int unix_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
socket450net/unix/af_unix.cstatic int unix_connect(struct socket *sock, struct sockaddr *uaddr, int addr_len, int flags)
socket578net/unix/af_unix.cstatic int unix_socketpair(struct socket *a, struct socket *b)
socket595net/unix/af_unix.cstatic int unix_accept(struct socket *sock, struct socket *newsock, int flags)
socket652net/unix/af_unix.csock_wake_async(tsk->socket, 0);
socket656net/unix/af_unix.cstatic int unix_getname(struct socket *sock, struct sockaddr *uaddr, int *uaddr_len, int peer)
socket679net/unix/af_unix.cstatic int unix_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
socket808net/unix/af_unix.csk->socket->flags |= SO_WAITDATA;
socket810net/unix/af_unix.csk->socket->flags &= ~SO_WAITDATA;
socket815net/unix/af_unix.cstatic int unix_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
socket901net/unix/af_unix.cstatic int unix_shutdown(struct socket *sock, int mode)
socket930net/unix/af_unix.cstatic int unix_select(struct socket *sock,  int sel_type, select_table *wait)
socket935net/unix/af_unix.cstatic int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket988net/unix/af_unix.cs->socket->flags,
socket989net/unix/af_unix.cs->socket->type,
socket990net/unix/af_unix.cs->socket->state);