taglinefilesource code
socket149fs/nfs/inode.cstruct socket *sock;
socket56fs/nfs/sock.cstruct socket *sock;
socket36fs/smbfs/sock.cstruct socket *sock = sk->socket;
socket81fs/smbfs/sock.cstruct socket *sock;
socket129fs/smbfs/sock.cstruct socket *sock;
socket182fs/smbfs/sock.csmb_receive(struct smb_server *server, struct socket *sock)
socket265fs/smbfs/sock.csmb_receive_trans2(struct smb_server *server, struct socket *sock,
socket374fs/smbfs/sock.cstatic inline struct socket *
socket392fs/smbfs/sock.cstruct socket *sock = server_sock(server);
socket414fs/smbfs/sock.cstruct socket *sock = server_sock(server);
socket439fs/smbfs/sock.cstruct socket *sock = server_sock(server);
socket518fs/smbfs/sock.cstruct socket *sock = server_sock(server);
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  */
socket233net/appletalk/ddp.clen += sprintf (buffer+len,"%02X %d\n", s->state, SOCK_INODE(s->socket)->i_uid);
socket921net/appletalk/ddp.cstatic int atalk_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket936net/appletalk/ddp.cstatic int atalk_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket974net/appletalk/ddp.cstatic int atalk_getsockopt(struct socket *sock, int level, int optname,
socket1013net/appletalk/ddp.cstatic int atalk_listen(struct socket *sock, int backlog)
socket1033net/appletalk/ddp.csock_wake_async(sk->socket,0);
socket1042net/appletalk/ddp.cstatic int atalk_create(struct socket *sock, int protocol)
socket1081net/appletalk/ddp.csk->socket=sock;
socket1114net/appletalk/ddp.cstatic int atalk_dup(struct socket *newsock,struct socket *oldsock)
socket1123net/appletalk/ddp.cstatic int atalk_release(struct socket *sock, struct socket *peer)
socket1173net/appletalk/ddp.cstatic int atalk_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1228net/appletalk/ddp.cstatic int atalk_connect(struct socket *sock, struct sockaddr *uaddr,
socket1268net/appletalk/ddp.cstatic int atalk_socketpair(struct socket *sock1, struct socket *sock2)
socket1277net/appletalk/ddp.cstatic int atalk_accept(struct socket *sock, struct socket *newsock, int flags)
socket1289net/appletalk/ddp.cstatic int atalk_getname(struct socket *sock, struct sockaddr *uaddr,
socket1460net/appletalk/ddp.cstatic int atalk_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1637net/appletalk/ddp.cstatic int atalk_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1642net/appletalk/ddp.cstatic int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1693net/appletalk/ddp.cstatic int atalk_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1699net/appletalk/ddp.cstatic int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1708net/appletalk/ddp.cstatic int atalk_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1714net/appletalk/ddp.cstatic int atalk_shutdown(struct socket *sk,int how)
socket1719net/appletalk/ddp.cstatic int atalk_select(struct socket *sock , int sel_type, select_table *wait)
socket1730net/appletalk/ddp.cstatic int atalk_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg)
socket626net/ax25/af_ax25.cstatic int ax25_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket635net/ax25/af_ax25.cstatic int ax25_setsockopt(struct socket *sock, int level, int optname,
socket697net/ax25/af_ax25.cstatic int ax25_getsockopt(struct socket *sock, int level, int optname,
socket754net/ax25/af_ax25.cstatic int ax25_listen(struct socket *sock, int backlog)
socket779net/ax25/af_ax25.cstatic int ax25_create(struct socket *sock, int protocol)
socket812net/ax25/af_ax25.csk->socket        = sock;
socket864net/ax25/af_ax25.csk->socket = osk->socket;
socket936net/ax25/af_ax25.cstatic int ax25_dup(struct socket *newsock, struct socket *oldsock)
socket943net/ax25/af_ax25.cstatic int ax25_release(struct socket *sock, struct socket *peer)
socket1005net/ax25/af_ax25.cstatic int ax25_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket1062net/ax25/af_ax25.cstatic int ax25_connect(struct socket *sock, struct sockaddr *uaddr,
socket1173net/ax25/af_ax25.cstatic int ax25_socketpair(struct socket *sock1, struct socket *sock2)
socket1178net/ax25/af_ax25.cstatic int ax25_accept(struct socket *sock, struct socket *newsock, int flags)
socket1227net/ax25/af_ax25.cstatic int ax25_getname(struct socket *sock, struct sockaddr *uaddr,
socket1535net/ax25/af_ax25.cstatic int ax25_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1685net/ax25/af_ax25.cstatic int ax25_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1690net/ax25/af_ax25.cstatic int ax25_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1695net/ax25/af_ax25.cstatic int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1756net/ax25/af_ax25.cstatic int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1767net/ax25/af_ax25.cstatic int ax25_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1772net/ax25/af_ax25.cstatic int ax25_shutdown(struct socket *sk, int how)
socket1778net/ax25/af_ax25.cstatic int ax25_select(struct socket *sock , int sel_type, select_table *wait)
socket1785net/ax25/af_ax25.cstatic int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket455net/core/sock.csk->socket->flags |= SO_NOSPACE;
socket477net/core/sock.csk->socket->flags &= ~SO_NOSPACE;
socket402net/ipv4/af_inet.cstatic int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket431net/ipv4/af_inet.cstatic int inet_setsockopt(struct socket *sock, int level, int optname,
socket447net/ipv4/af_inet.cstatic int inet_getsockopt(struct socket *sock, int level, int optname,
socket483net/ipv4/af_inet.cstatic int inet_listen(struct socket *sock, int backlog)
socket526net/ipv4/af_inet.csock_wake_async(sk->socket, 1);
socket535net/ipv4/af_inet.csock_wake_async(sk->socket, 2);
socket546net/ipv4/af_inet.cstatic int inet_create(struct socket *sock, int protocol)
socket619net/ipv4/af_inet.csk->socket = sock;
socket762net/ipv4/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
socket788net/ipv4/af_inet.cstatic int inet_release(struct socket *sock, struct socket *peer)
socket845net/ipv4/af_inet.csk->socket = NULL;
socket850net/ipv4/af_inet.cstatic int inet_bind(struct socket *sock, struct sockaddr *uaddr,
socket955net/ipv4/af_inet.cstatic int inet_connect(struct socket *sock, struct sockaddr * uaddr,
socket1039net/ipv4/af_inet.cstatic int inet_socketpair(struct socket *sock1, struct socket *sock2)
socket1049net/ipv4/af_inet.cstatic int inet_accept(struct socket *sock, struct socket *newsock, int flags)
socket1090net/ipv4/af_inet.csk2->socket = newsock;
socket1104net/ipv4/af_inet.csk2->socket=NULL;
socket1129net/ipv4/af_inet.cstatic int inet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1161net/ipv4/af_inet.cstatic int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
socket1178net/ipv4/af_inet.cstatic int inet_recv(struct socket *sock, void *ubuf, int size, int noblock,
socket1185net/ipv4/af_inet.cstatic int inet_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1197net/ipv4/af_inet.cstatic int inet_send(struct socket *sock, void *ubuf, int size, int noblock, 
socket1214net/ipv4/af_inet.cstatic int inet_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1219net/ipv4/af_inet.cstatic int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, 
socket1240net/ipv4/af_inet.cstatic int inet_shutdown(struct socket *sock, int how)
socket1264net/ipv4/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
socket1284net/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,
socket1663net/ipv4/tcp.csk->socket->flags |= SO_NOSPACE;
socket1686net/ipv4/tcp.csk->socket->flags &= ~SO_NOSPACE;
socket2141net/ipv4/tcp.csk->socket->flags |= SO_WAITDATA;
socket2143net/ipv4/tcp.csk->socket->flags &= ~SO_WAITDATA;
socket2812net/ipv4/tcp.cnewsk->socket = NULL;
socket3726net/ipv4/tcp.csock_wake_async(sk->socket, 1);
socket4756net/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,
socket1671net/ipx/af_ipx.cstatic int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1714net/ipx/af_ipx.cstatic int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1719net/ipx/af_ipx.cstatic int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1764net/ipx/af_ipx.cstatic int ipx_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1770net/ipx/af_ipx.cstatic int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1779net/ipx/af_ipx.cstatic int ipx_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1785net/ipx/af_ipx.cstatic int ipx_shutdown(struct socket *sk,int how)
socket1790net/ipx/af_ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
socket1797net/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;
socket500net/netrom/af_netrom.csk->socket = osk->socket;
socket572net/netrom/af_netrom.cstatic int nr_dup(struct socket *newsock, struct socket *oldsock)
socket579net/netrom/af_netrom.cstatic int nr_release(struct socket *sock, struct socket *peer)
socket634net/netrom/af_netrom.cstatic int nr_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
socket693net/netrom/af_netrom.cstatic int nr_connect(struct socket *sock, struct sockaddr *uaddr,
socket784net/netrom/af_netrom.cstatic int nr_socketpair(struct socket *sock1, struct socket *sock2)
socket789net/netrom/af_netrom.cstatic int nr_accept(struct socket *sock, struct socket *newsock, int flags)
socket838net/netrom/af_netrom.cstatic int nr_getname(struct socket *sock, struct sockaddr *uaddr,
socket980net/netrom/af_netrom.cstatic int nr_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1083net/netrom/af_netrom.cstatic int nr_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1088net/netrom/af_netrom.cstatic int nr_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1093net/netrom/af_netrom.cstatic int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1139net/netrom/af_netrom.cstatic int nr_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1150net/netrom/af_netrom.cstatic int nr_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1155net/netrom/af_netrom.cstatic int nr_shutdown(struct socket *sk, int how)
socket1160net/netrom/af_netrom.cstatic int nr_select(struct socket *sock , int sel_type, select_table *wait)
socket1167net/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)