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,
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;
socket159fs/nfs/inode.cstruct socket *sock;
socket784fs/nfs/nfsroot.cstruct socket *sock;
socket87fs/nfs/rpcsock.cstruct socket  *sock = rsock->sock;
socket135fs/nfs/rpcsock.cstruct socket  *sock = rsock->sock;
socket165fs/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);
socket312include/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;
socket267include/net/sock.hstruct socket    *socket;
socket254net/appletalk/ddp.clen += sprintf (buffer+len,"%02X %d\n", s->state, SOCK_INODE(s->socket)->i_uid);
socket952net/appletalk/ddp.cstatic int atalk_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket967net/appletalk/ddp.cstatic int atalk_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket1005net/appletalk/ddp.cstatic int atalk_getsockopt(struct socket *sock, int level, int optname,
socket1046net/appletalk/ddp.cstatic int atalk_listen(struct socket *sock, int backlog)
socket1066net/appletalk/ddp.csock_wake_async(sk->socket,0);
socket1075net/appletalk/ddp.cstatic int atalk_create(struct socket *sock, int protocol)
socket1115net/appletalk/ddp.csk->socket=sock;
socket1148net/appletalk/ddp.cstatic int atalk_dup(struct socket *newsock,struct socket *oldsock)
socket1157net/appletalk/ddp.cstatic int atalk_release(struct socket *sock, struct socket *peer)
socket1208net/appletalk/ddp.cstatic int atalk_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1262net/appletalk/ddp.cstatic int atalk_connect(struct socket *sock, struct sockaddr *uaddr,
socket1302net/appletalk/ddp.cstatic int atalk_socketpair(struct socket *sock1, struct socket *sock2)
socket1311net/appletalk/ddp.cstatic int atalk_accept(struct socket *sock, struct socket *newsock, int flags)
socket1323net/appletalk/ddp.cstatic int atalk_getname(struct socket *sock, struct sockaddr *uaddr,
socket1515net/appletalk/ddp.cstatic int atalk_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
socket1702net/appletalk/ddp.cstatic int atalk_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
socket1748net/appletalk/ddp.cstatic int atalk_shutdown(struct socket *sk,int how)
socket1753net/appletalk/ddp.cstatic int atalk_select(struct socket *sock , int sel_type, select_table *wait)
socket1764net/appletalk/ddp.cstatic int atalk_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg)
socket721net/ax25/af_ax25.cstatic int ax25_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket726net/ax25/af_ax25.cstatic int ax25_setsockopt(struct socket *sock, int level, int optname,
socket801net/ax25/af_ax25.cstatic int ax25_getsockopt(struct socket *sock, int level, int optname,
socket866net/ax25/af_ax25.cstatic int ax25_listen(struct socket *sock, int backlog)
socket891net/ax25/af_ax25.cstatic int ax25_create(struct socket *sock, int protocol)
socket938net/ax25/af_ax25.csk->socket        = sock;
socket995net/ax25/af_ax25.csk->socket = osk->socket;
socket1071net/ax25/af_ax25.cstatic int ax25_dup(struct socket *newsock, struct socket *oldsock)
socket1078net/ax25/af_ax25.cstatic int ax25_release(struct socket *sock, struct socket *peer)
socket1140net/ax25/af_ax25.csk->socket = NULL;  /* Not used, but we should do this. **/
socket1151net/ax25/af_ax25.cstatic int ax25_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1213net/ax25/af_ax25.cstatic int ax25_connect(struct socket *sock, struct sockaddr *uaddr,
socket1339net/ax25/af_ax25.cstatic int ax25_socketpair(struct socket *sock1, struct socket *sock2)
socket1344net/ax25/af_ax25.cstatic int ax25_accept(struct socket *sock, struct socket *newsock, int flags)
socket1395net/ax25/af_ax25.cstatic int ax25_getname(struct socket *sock, struct sockaddr *uaddr,
socket1767net/ax25/af_ax25.cstatic int ax25_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
socket1905net/ax25/af_ax25.cstatic int ax25_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
socket1982net/ax25/af_ax25.cstatic int ax25_shutdown(struct socket *sk, int how)
socket1988net/ax25/af_ax25.cstatic int ax25_select(struct socket *sock , int sel_type, select_table *wait)
socket1995net/ax25/af_ax25.cstatic int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket489net/core/sock.csk->socket->flags |= SO_NOSPACE;
socket525net/core/sock.csk->socket->flags &= ~SO_NOSPACE;
socket427net/ipv4/af_inet.cstatic int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket456net/ipv4/af_inet.cstatic int inet_setsockopt(struct socket *sock, int level, int optname,
socket472net/ipv4/af_inet.cstatic int inet_getsockopt(struct socket *sock, int level, int optname,
socket508net/ipv4/af_inet.cstatic int inet_listen(struct socket *sock, int backlog)
socket551net/ipv4/af_inet.csock_wake_async(sk->socket, 1);
socket560net/ipv4/af_inet.csock_wake_async(sk->socket, 2);
socket571net/ipv4/af_inet.cstatic int inet_create(struct socket *sock, int protocol)
socket645net/ipv4/af_inet.csk->socket = sock;
socket728net/ipv4/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
socket739net/ipv4/af_inet.cstatic int inet_release(struct socket *sock, struct socket *peer)
socket773net/ipv4/af_inet.csk->socket = NULL;
socket780net/ipv4/af_inet.cstatic int inet_bind(struct socket *sock, struct sockaddr *uaddr,
socket920net/ipv4/af_inet.cstatic int inet_connect(struct socket *sock, struct sockaddr * uaddr,
socket992net/ipv4/af_inet.cstatic int inet_socketpair(struct socket *sock1, struct socket *sock2)
socket1002net/ipv4/af_inet.cstatic int inet_accept(struct socket *sock, struct socket *newsock, int flags)
socket1044net/ipv4/af_inet.csk2->socket = newsock;
socket1058net/ipv4/af_inet.csk2->socket=NULL;
socket1081net/ipv4/af_inet.cstatic int inet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1113net/ipv4/af_inet.cstatic int inet_recvmsg(struct socket *sock, struct msghdr *ubuf, int size, int noblock, 
socket1129net/ipv4/af_inet.cstatic int inet_sendmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, 
socket1150net/ipv4/af_inet.cstatic int inet_shutdown(struct socket *sock, int how)
socket1174net/ipv4/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
socket1194net/ipv4/af_inet.cstatic int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket177net/ipv4/icmp.cstruct socket icmp_socket;
socket116net/ipv4/proc.c(sp->socket&&SOCK_INODE(sp->socket))?SOCK_INODE(sp->socket)->i_uid:0,
socket878net/ipv4/tcp.csk->socket->flags &= ~SO_NOSPACE;
socket1067net/ipv4/tcp.csk->socket->flags |= SO_NOSPACE;
socket1539net/ipv4/tcp.csk->socket->flags |= SO_WAITDATA;
socket1541net/ipv4/tcp.csk->socket->flags &= ~SO_WAITDATA;
socket453net/ipv4/tcp_input.cnewsk->socket = NULL;
socket1109net/ipv4/tcp_input.csock_wake_async(sk->socket, 1);
socket1778net/ipv4/tcp_input.csock_wake_async(sk->socket, 0);
socket1410net/ipx/af_ipx.cs->state, SOCK_INODE(s->socket)->i_uid);
socket1479net/ipx/af_ipx.cstatic int ipx_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket1488net/ipx/af_ipx.cstatic int ipx_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket1524net/ipx/af_ipx.cstatic int ipx_getsockopt(struct socket *sock, int level, int optname,
socket1563net/ipx/af_ipx.cstatic int ipx_listen(struct socket *sock, int backlog)
socket1579net/ipx/af_ipx.csock_wake_async(sk->socket, 1);
socket1584net/ipx/af_ipx.cipx_create(struct socket *sock, int protocol)
socket1614net/ipx/af_ipx.csk->socket=sock;
socket1639net/ipx/af_ipx.cstatic int ipx_release(struct socket *sock, struct socket *peer)
socket1652net/ipx/af_ipx.cstatic int ipx_dup(struct socket *newsock,struct socket *oldsock)
socket1675net/ipx/af_ipx.cstatic int ipx_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1773net/ipx/af_ipx.cstatic int ipx_connect(struct socket *sock, struct sockaddr *uaddr,
socket1814net/ipx/af_ipx.cstatic int ipx_socketpair(struct socket *sock1, struct socket *sock2)
socket1819net/ipx/af_ipx.cstatic int ipx_accept(struct socket *sock, struct socket *newsock, int flags)
socket1826net/ipx/af_ipx.cstatic int ipx_getname(struct socket *sock, struct sockaddr *uaddr,
socket1964net/ipx/af_ipx.cstatic int ipx_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock,
socket2017net/ipx/af_ipx.cstatic int ipx_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock,
socket2059net/ipx/af_ipx.cstatic int ipx_shutdown(struct socket *sk,int how)
socket2064net/ipx/af_ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
socket2071net/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)
socket285net/netrom/af_netrom.cstatic int nr_setsockopt(struct socket *sock, int level, int optname,
socket335net/netrom/af_netrom.cstatic int nr_getsockopt(struct socket *sock, int level, int optname,
socket384net/netrom/af_netrom.cstatic int nr_listen(struct socket *sock, int backlog)
socket410net/netrom/af_netrom.cstatic int nr_create(struct socket *sock, int protocol)
socket432net/netrom/af_netrom.csk->socket        = sock;
socket534net/netrom/af_netrom.csk->socket      = osk->socket;
socket594net/netrom/af_netrom.cstatic int nr_dup(struct socket *newsock, struct socket *oldsock)
socket601net/netrom/af_netrom.cstatic int nr_release(struct socket *sock, struct socket *peer)
socket652net/netrom/af_netrom.csk->socket = NULL;  /* Not used, but we should do this. **/
socket657net/netrom/af_netrom.cstatic int nr_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
socket710net/netrom/af_netrom.cstatic int nr_connect(struct socket *sock, struct sockaddr *uaddr,
socket805net/netrom/af_netrom.cstatic int nr_socketpair(struct socket *sock1, struct socket *sock2)
socket810net/netrom/af_netrom.cstatic int nr_accept(struct socket *sock, struct socket *newsock, int flags)
socket861net/netrom/af_netrom.cstatic int nr_getname(struct socket *sock, struct sockaddr *uaddr,
socket1004net/netrom/af_netrom.cstatic int nr_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
socket1107net/netrom/af_netrom.cstatic int nr_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock,
socket1157net/netrom/af_netrom.cstatic int nr_shutdown(struct socket *sk, int how)
socket1162net/netrom/af_netrom.cstatic int nr_select(struct socket *sock , int sel_type, select_table *wait)
socket1169net/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;
socket1120net/socket.cstruct socket *sock;
socket1166net/socket.cstruct socket *sock;
socket212net/unix/af_unix.cstatic int unix_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket221net/unix/af_unix.cstatic int unix_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket229net/unix/af_unix.cstatic int unix_getsockopt(struct socket *sock, int level, int optname, char *optval, int *optlen)
socket237net/unix/af_unix.cstatic int unix_listen(struct socket *sock, int backlog)
socket260net/unix/af_unix.csock_wake_async(sk->socket, 1);
socket269net/unix/af_unix.csock_wake_async(sk->socket, 2);
socket273net/unix/af_unix.cstatic int unix_create(struct socket *sock, int protocol)
socket334net/unix/af_unix.csk->socket=sock;
socket342net/unix/af_unix.cstatic int unix_dup(struct socket *newsock, struct socket *oldsock)
socket347net/unix/af_unix.cstatic int unix_release(struct socket *sock, struct socket *peer)
socket406net/unix/af_unix.cstatic int unix_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
socket453net/unix/af_unix.cstatic int unix_connect(struct socket *sock, struct sockaddr *uaddr, int addr_len, int flags)
socket584net/unix/af_unix.cstatic int unix_socketpair(struct socket *a, struct socket *b)
socket601net/unix/af_unix.cstatic int unix_accept(struct socket *sock, struct socket *newsock, int flags)
socket658net/unix/af_unix.csock_wake_async(tsk->socket, 0);
socket662net/unix/af_unix.cstatic int unix_getname(struct socket *sock, struct sockaddr *uaddr, int *uaddr_len, int peer)
socket688net/unix/af_unix.cstatic int unix_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
socket850net/unix/af_unix.csk->socket->flags |= SO_WAITDATA;
socket852net/unix/af_unix.csk->socket->flags &= ~SO_WAITDATA;
socket887net/unix/af_unix.cstatic int unix_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
socket982net/unix/af_unix.cstatic int unix_shutdown(struct socket *sock, int mode)
socket1011net/unix/af_unix.cstatic int unix_select(struct socket *sock,  int sel_type, select_table *wait)
socket1016net/unix/af_unix.cstatic int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket1070net/unix/af_unix.cs->socket->flags,
socket1071net/unix/af_unix.cs->socket->type,
socket1072net/unix/af_unix.cs->socket->state);