taglinefilesource code
socket648arch/sparc/kernel/sys_sunos.cstruct socket *socket;
socket657arch/sparc/kernel/sys_sunos.csocket = &inode->u.socket_i;
socket665arch/sparc/kernel/sys_sunos.cret = socket->ops->bind(socket, (struct sockaddr*)&local,
socket677arch/sparc/kernel/sys_sunos.cret = socket->ops->connect (socket, (struct sockaddr *) &server,
socket30fs/ncpfs/sock.cstatic int _recvfrom(struct socket *sock, unsigned char *ubuf,
socket51fs/ncpfs/sock.cstatic int _sendto(struct socket *sock, const void *buff,
socket75fs/ncpfs/sock.cstruct socket *sock = sk->socket;
socket126fs/ncpfs/sock.cstruct socket *sock;
socket178fs/ncpfs/sock.cstruct socket *sock;
socket234fs/ncpfs/sock.cstruct socket *sock = sk->socket;
socket271fs/ncpfs/sock.cstruct socket *sock;
socket322fs/ncpfs/sock.cstruct socket *sock;
socket176fs/nfs/inode.cstruct socket *sock;
socket397fs/nfs/nfsroot.cstatic struct socket *bootp_xmit_sock;  /* The socket itself */
socket399fs/nfs/nfsroot.cstatic struct socket *bootp_recv_sock;  /* The socket itself */
socket506fs/nfs/nfsroot.cstatic int root_open_udp_sock(int *fd, struct socket **sock)
socket527fs/nfs/nfsroot.cstatic int root_connect_udp_sock(struct socket *sock, u32 addr, u16 port)
socket547fs/nfs/nfsroot.cstatic int root_bind_udp_sock(struct socket *sock, u32 addr, u16 port)
socket567fs/nfs/nfsroot.cstatic inline int root_send_udp(struct socket *sock, void *buf, int size)
socket591fs/nfs/nfsroot.cstatic inline int root_recv_udp(struct socket *sock, void *buf, int size)
socket1504fs/nfs/nfsroot.cstruct socket *sock;
socket109fs/nfs/rpcsock.cstruct socket  *sock = rsock->sock;
socket135fs/nfs/rpcsock.cstruct socket  *sock = rsock->sock;
socket529fs/nfs/rpcsock.cstruct socket  *sock;
socket176fs/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);
socket318include/linux/fs.hstruct socket socket_i;
socket77include/linux/net.hstruct socket    *conn;    /* server socket connected to  */
socket78include/linux/net.hstruct socket    *iconn;    /* incomplete client conn.s  */
socket79include/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  (*select)  (struct socket *sock, int sel_type,
socket105include/linux/net.hint  (*ioctl)  (struct socket *sock, unsigned int cmd,
socket107include/linux/net.hint  (*listen)  (struct socket *sock, int len);
socket108include/linux/net.hint  (*shutdown)  (struct socket *sock, int flags);
socket109include/linux/net.hint  (*setsockopt)  (struct socket *sock, int level, int optname,
socket111include/linux/net.hint  (*getsockopt)  (struct socket *sock, int level, int optname,
socket113include/linux/net.hint  (*fcntl)  (struct socket *sock, unsigned int cmd,
socket115include/linux/net.hint   (*sendmsg)  (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags);
socket116include/linux/net.hint   (*recvmsg)  (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags, int *addr_len);
socket124include/linux/net.hextern int  sock_wake_async(struct socket *sock, int how);
socket127include/linux/net.hextern struct socket *sock_alloc(void);
socket128include/linux/net.hextern void  sock_release(struct socket *sock);
socket90include/linux/rpcsock.hstruct socket *    sock;
socket317include/net/sock.hstruct socket    *socket;
socket267net/appletalk/ddp.clen += sprintf (buffer+len,"%02X %d\n", s->state, SOCK_INODE(s->socket)->i_uid);
socket1002net/appletalk/ddp.cstatic int atalk_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket1017net/appletalk/ddp.cstatic int atalk_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket1055net/appletalk/ddp.cstatic int atalk_getsockopt(struct socket *sock, int level, int optname,
socket1096net/appletalk/ddp.cstatic int atalk_listen(struct socket *sock, int backlog)
socket1116net/appletalk/ddp.csock_wake_async(sk->socket,0);
socket1125net/appletalk/ddp.cstatic int atalk_create(struct socket *sock, int protocol)
socket1156net/appletalk/ddp.csk->socket=sock;
socket1180net/appletalk/ddp.cstatic int atalk_dup(struct socket *newsock,struct socket *oldsock)
socket1189net/appletalk/ddp.cstatic int atalk_release(struct socket *sock, struct socket *peer)
socket1240net/appletalk/ddp.cstatic int atalk_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1294net/appletalk/ddp.cstatic int atalk_connect(struct socket *sock, struct sockaddr *uaddr,
socket1334net/appletalk/ddp.cstatic int atalk_socketpair(struct socket *sock1, struct socket *sock2)
socket1343net/appletalk/ddp.cstatic int atalk_accept(struct socket *sock, struct socket *newsock, int flags)
socket1355net/appletalk/ddp.cstatic int atalk_getname(struct socket *sock, struct sockaddr *uaddr,
socket1626net/appletalk/ddp.cstatic int atalk_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
socket1813net/appletalk/ddp.cstatic int atalk_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
socket1859net/appletalk/ddp.cstatic int atalk_shutdown(struct socket *sk,int how)
socket1864net/appletalk/ddp.cstatic int atalk_select(struct socket *sock , int sel_type, select_table *wait)
socket1875net/appletalk/ddp.cstatic int atalk_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg)
socket871net/ax25/af_ax25.cstatic int ax25_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket876net/ax25/af_ax25.cstatic int ax25_setsockopt(struct socket *sock, int level, int optname,
socket963net/ax25/af_ax25.cstatic int ax25_getsockopt(struct socket *sock, int level, int optname,
socket1036net/ax25/af_ax25.cstatic int ax25_listen(struct socket *sock, int backlog)
socket1061net/ax25/af_ax25.cstatic int ax25_create(struct socket *sock, int protocol)
socket1108net/ax25/af_ax25.csk->socket        = sock;
socket1152net/ax25/af_ax25.csk->socket = osk->socket;
socket1219net/ax25/af_ax25.cstatic int ax25_dup(struct socket *newsock, struct socket *oldsock)
socket1226net/ax25/af_ax25.cstatic int ax25_release(struct socket *sock, struct socket *peer)
socket1291net/ax25/af_ax25.csk->socket = NULL;  /* Not used, but we should do this. **/
socket1302net/ax25/af_ax25.cstatic int ax25_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1364net/ax25/af_ax25.cstatic int ax25_connect(struct socket *sock, struct sockaddr *uaddr,
socket1490net/ax25/af_ax25.cstatic int ax25_socketpair(struct socket *sock1, struct socket *sock2)
socket1495net/ax25/af_ax25.cstatic int ax25_accept(struct socket *sock, struct socket *newsock, int flags)
socket1546net/ax25/af_ax25.cstatic int ax25_getname(struct socket *sock, struct sockaddr *uaddr,
socket1933net/ax25/af_ax25.cstatic int ax25_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
socket2071net/ax25/af_ax25.cstatic int ax25_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
socket2148net/ax25/af_ax25.cstatic int ax25_shutdown(struct socket *sk, int how)
socket2154net/ax25/af_ax25.cstatic int ax25_select(struct socket *sock , int sel_type, select_table *wait)
socket2161net/ax25/af_ax25.cstatic int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket479net/core/sock.csk->socket->flags |= SO_NOSPACE;
socket513net/core/sock.csk->socket->flags &= ~SO_NOSPACE;
socket435net/ipv4/af_inet.cstatic int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket464net/ipv4/af_inet.cstatic int inet_setsockopt(struct socket *sock, int level, int optname,
socket480net/ipv4/af_inet.cstatic int inet_getsockopt(struct socket *sock, int level, int optname,
socket516net/ipv4/af_inet.cstatic int inet_listen(struct socket *sock, int backlog)
socket559net/ipv4/af_inet.csock_wake_async(sk->socket, 1);
socket568net/ipv4/af_inet.csock_wake_async(sk->socket, 2);
socket579net/ipv4/af_inet.cstatic int inet_create(struct socket *sock, int protocol)
socket653net/ipv4/af_inet.csk->socket = sock;
socket737net/ipv4/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
socket748net/ipv4/af_inet.cstatic int inet_release(struct socket *sock, struct socket *peer)
socket782net/ipv4/af_inet.csk->socket = NULL;
socket789net/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)
socket1053net/ipv4/af_inet.csk2->socket = newsock;
socket1067net/ipv4/af_inet.csk2->socket=NULL;
socket1090net/ipv4/af_inet.cstatic int inet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1122net/ipv4/af_inet.cstatic int inet_recvmsg(struct socket *sock, struct msghdr *ubuf, int size, int noblock, 
socket1138net/ipv4/af_inet.cstatic int inet_sendmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, 
socket1159net/ipv4/af_inet.cstatic int inet_shutdown(struct socket *sock, int how)
socket1183net/ipv4/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
socket1203net/ipv4/af_inet.cstatic int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket338net/ipv4/icmp.cstruct socket icmp_socket;
socket118net/ipv4/proc.c(sp->socket&&SOCK_INODE(sp->socket))?SOCK_INODE(sp->socket)->i_uid:0,
socket120net/ipv4/proc.csp->socket && SOCK_INODE(sp->socket) ?
socket121net/ipv4/proc.cSOCK_INODE(sp->socket)->i_ino : 0);
socket862net/ipv4/tcp.csk->socket->flags &= ~SO_NOSPACE;
socket1049net/ipv4/tcp.csk->socket->flags |= SO_NOSPACE;
socket1433net/ipv4/tcp.csk->socket->flags |= SO_WAITDATA;
socket1435net/ipv4/tcp.csk->socket->flags &= ~SO_WAITDATA;
socket462net/ipv4/tcp_input.cnewsk->socket = NULL;
socket1150net/ipv4/tcp_input.csock_wake_async(sk->socket, 1);
socket1798net/ipv4/tcp_input.csock_wake_async(sk->socket, 0);
socket1511net/ipx/af_ipx.cs->state, SOCK_INODE(s->socket)->i_uid);
socket1580net/ipx/af_ipx.cstatic int ipx_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket1589net/ipx/af_ipx.cstatic int ipx_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket1625net/ipx/af_ipx.cstatic int ipx_getsockopt(struct socket *sock, int level, int optname,
socket1664net/ipx/af_ipx.cstatic int ipx_listen(struct socket *sock, int backlog)
socket1680net/ipx/af_ipx.csock_wake_async(sk->socket, 1);
socket1684net/ipx/af_ipx.cstatic int ipx_create(struct socket *sock, int protocol)
socket1706net/ipx/af_ipx.csk->socket=sock;
socket1726net/ipx/af_ipx.cstatic int ipx_release(struct socket *sock, struct socket *peer)
socket1739net/ipx/af_ipx.cstatic int ipx_dup(struct socket *newsock,struct socket *oldsock)
socket1762net/ipx/af_ipx.cstatic int ipx_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1862net/ipx/af_ipx.cstatic int ipx_connect(struct socket *sock, struct sockaddr *uaddr,
socket1904net/ipx/af_ipx.cstatic int ipx_socketpair(struct socket *sock1, struct socket *sock2)
socket1909net/ipx/af_ipx.cstatic int ipx_accept(struct socket *sock, struct socket *newsock, int flags)
socket1918net/ipx/af_ipx.cstatic int ipx_getname(struct socket *sock, struct sockaddr *uaddr,
socket2059net/ipx/af_ipx.cstatic int ipx_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock,
socket2115net/ipx/af_ipx.cstatic int ipx_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock,
socket2157net/ipx/af_ipx.cstatic int ipx_shutdown(struct socket *sk,int how)
socket2162net/ipx/af_ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
socket2169net/ipx/af_ipx.cstatic int ipx_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg)
socket280net/netrom/af_netrom.cstatic int nr_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket361net/netrom/af_netrom.cstatic int nr_setsockopt(struct socket *sock, int level, int optname,
socket417net/netrom/af_netrom.cstatic int nr_getsockopt(struct socket *sock, int level, int optname,
socket470net/netrom/af_netrom.cstatic int nr_listen(struct socket *sock, int backlog)
socket496net/netrom/af_netrom.cstatic int nr_create(struct socket *sock, int protocol)
socket518net/netrom/af_netrom.csk->socket        = sock;
socket607net/netrom/af_netrom.csk->socket      = osk->socket;
socket655net/netrom/af_netrom.cstatic int nr_dup(struct socket *newsock, struct socket *oldsock)
socket662net/netrom/af_netrom.cstatic int nr_release(struct socket *sock, struct socket *peer)
socket713net/netrom/af_netrom.csk->socket = NULL;  /* Not used, but we should do this. **/
socket718net/netrom/af_netrom.cstatic int nr_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
socket771net/netrom/af_netrom.cstatic int nr_connect(struct socket *sock, struct sockaddr *uaddr,
socket866net/netrom/af_netrom.cstatic int nr_socketpair(struct socket *sock1, struct socket *sock2)
socket871net/netrom/af_netrom.cstatic int nr_accept(struct socket *sock, struct socket *newsock, int flags)
socket922net/netrom/af_netrom.cstatic int nr_getname(struct socket *sock, struct sockaddr *uaddr,
socket1065net/netrom/af_netrom.cstatic int nr_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
socket1168net/netrom/af_netrom.cstatic int nr_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock,
socket1218net/netrom/af_netrom.cstatic int nr_shutdown(struct socket *sk, int how)
socket1223net/netrom/af_netrom.cstatic int nr_select(struct socket *sock , int sel_type, select_table *wait)
socket1230net/netrom/af_netrom.cstatic int nr_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket215net/socket.c__inline struct socket *socki_lookup(struct inode *inode)
socket224net/socket.cextern __inline struct socket *sockfd_lookup(int fd, struct file **pfile)
socket246net/socket.cstruct socket *sock_alloc(void)
socket249net/socket.cstruct socket * sock;
socket280net/socket.cstatic inline void sock_release_peer(struct socket *peer)
socket287net/socket.cvoid sock_release(struct socket *sock)
socket290net/socket.cstruct socket *peersock, *nextsock;
socket336net/socket.cstruct socket *sock;
socket368net/socket.cstruct socket *sock;
socket404net/socket.cstruct socket *sock;
socket412net/socket.cstruct socket *sock;
socket445net/socket.cstruct socket *sock;
socket491net/socket.cint sock_wake_async(struct socket *sock, int how)
socket537net/socket.cstruct socket *sock;
socket611net/socket.cstruct socket *sock1, *sock2;
socket675net/socket.cstruct socket *sock;
socket705net/socket.cstruct socket *sock;
socket737net/socket.cstruct socket *sock, *newsock;
socket799net/socket.cstruct socket *sock;
socket850net/socket.cstruct socket *sock;
socket875net/socket.cstruct socket *sock;
socket900net/socket.cstruct socket *sock;
socket935net/socket.cstruct socket *sock;
socket976net/socket.cstruct socket *sock;
socket1013net/socket.cstruct socket *sock;
socket1058net/socket.cstruct socket *sock;
socket1076net/socket.cstruct socket *sock;
socket1096net/socket.cstruct socket *sock;
socket1113net/socket.cstruct socket *sock;
socket1155net/socket.cstruct socket *sock;
socket1216net/socket.cstruct socket *sock;
socket218net/unix/af_unix.cstatic int unix_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket227net/unix/af_unix.cstatic int unix_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket235net/unix/af_unix.cstatic int unix_getsockopt(struct socket *sock, int level, int optname, char *optval, int *optlen)
socket243net/unix/af_unix.cstatic int unix_listen(struct socket *sock, int backlog)
socket266net/unix/af_unix.csock_wake_async(sk->socket, 1);
socket275net/unix/af_unix.csock_wake_async(sk->socket, 2);
socket279net/unix/af_unix.cstatic int unix_create(struct socket *sock, int protocol)
socket322net/unix/af_unix.csk->socket=sock;
socket329net/unix/af_unix.cstatic int unix_dup(struct socket *newsock, struct socket *oldsock)
socket334net/unix/af_unix.cstatic int unix_release(struct socket *sock, struct socket *peer)
socket393net/unix/af_unix.cstatic int unix_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
socket440net/unix/af_unix.cstatic int unix_connect(struct socket *sock, struct sockaddr *uaddr, int addr_len, int flags)
socket571net/unix/af_unix.cstatic int unix_socketpair(struct socket *a, struct socket *b)
socket588net/unix/af_unix.cstatic int unix_accept(struct socket *sock, struct socket *newsock, int flags)
socket645net/unix/af_unix.csock_wake_async(tsk->socket, 0);
socket649net/unix/af_unix.cstatic int unix_getname(struct socket *sock, struct sockaddr *uaddr, int *uaddr_len, int peer)
socket871net/unix/af_unix.cstatic int unix_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
socket1043net/unix/af_unix.csk->socket->flags |= SO_WAITDATA;
socket1045net/unix/af_unix.csk->socket->flags &= ~SO_WAITDATA;
socket1050net/unix/af_unix.cstatic int unix_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
socket1164net/unix/af_unix.cstatic int unix_shutdown(struct socket *sock, int mode)
socket1193net/unix/af_unix.cstatic int unix_select(struct socket *sock,  int sel_type, select_table *wait)
socket1198net/unix/af_unix.cstatic int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket1253net/unix/af_unix.cs->socket->flags,
socket1254net/unix/af_unix.cs->socket->type,
socket1255net/unix/af_unix.cs->socket->state,
socket1256net/unix/af_unix.cs->socket->inode ? s->socket->inode->i_ino : 0);
socket73net/unix/garbage.cstruct socket *s;
socket184net/unix/garbage.cif(s->socket && s->socket->file && s->socket->file->f_count > s->protinfo.af_unix.inflight)
socket267net/unix/garbage.cif(s->socket && s->socket->file)
socket268net/unix/garbage.cclose_fp(s->socket->file);