taglinefilesource code
socket38fs/nfs/sock.cextern struct socket *socki_lookup(struct inode *inode);
socket56fs/nfs/sock.cstruct socket *sock;
socket202include/linux/fs.hstruct socket * i_socket;
socket75include/linux/net.hstruct socket    *conn;    /* server socket connected to  */
socket76include/linux/net.hstruct socket    *iconn;    /* incomplete client conn.s  */
socket77include/linux/net.hstruct socket    *next;
socket88include/linux/net.hint  (*create)  (struct socket *sock, int protocol);
socket89include/linux/net.hint  (*dup)    (struct socket *newsock, struct socket *oldsock);
socket90include/linux/net.hint  (*release)  (struct socket *sock, struct socket *peer);
socket91include/linux/net.hint  (*bind)    (struct socket *sock, struct sockaddr *umyaddr,
socket93include/linux/net.hint  (*connect)  (struct socket *sock, struct sockaddr *uservaddr,
socket95include/linux/net.hint  (*socketpair)  (struct socket *sock1, struct socket *sock2);
socket96include/linux/net.hint  (*accept)  (struct socket *sock, struct socket *newsock,
socket98include/linux/net.hint  (*getname)  (struct socket *sock, struct sockaddr *uaddr,
socket100include/linux/net.hint  (*read)    (struct socket *sock, char *ubuf, int size,
socket102include/linux/net.hint  (*write)  (struct socket *sock, char *ubuf, int size,
socket104include/linux/net.hint  (*select)  (struct socket *sock, int sel_type,
socket106include/linux/net.hint  (*ioctl)  (struct socket *sock, unsigned int cmd,
socket108include/linux/net.hint  (*listen)  (struct socket *sock, int len);
socket109include/linux/net.hint  (*send)    (struct socket *sock, void *buff, int len, int nonblock,
socket111include/linux/net.hint  (*recv)    (struct socket *sock, void *buff, int len, int nonblock,
socket113include/linux/net.hint  (*sendto)  (struct socket *sock, void *buff, int len, int nonblock,
socket115include/linux/net.hint  (*recvfrom)  (struct socket *sock, void *buff, int len, int nonblock,
socket117include/linux/net.hint  (*shutdown)  (struct socket *sock, int flags);
socket118include/linux/net.hint  (*setsockopt)  (struct socket *sock, int level, int optname,
socket120include/linux/net.hint  (*getsockopt)  (struct socket *sock, int level, int optname,
socket122include/linux/net.hint  (*fcntl)  (struct socket *sock, unsigned int cmd,
socket131include/linux/net.hextern int  sock_awaitconn(struct socket *mysock, struct socket *servsock);
socket132include/linux/net.hextern int  sock_wake_async(struct socket *sock);
socket360net/inet/af_inet.cstatic int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket389net/inet/af_inet.cstatic int inet_setsockopt(struct socket *sock, int level, int optname,
socket405net/inet/af_inet.cstatic int inet_getsockopt(struct socket *sock, int level, int optname,
socket439net/inet/af_inet.cstatic int inet_listen(struct socket *sock, int backlog)
socket472net/inet/af_inet.csock_wake_async(sk->socket);
socket484net/inet/af_inet.cstatic int inet_create(struct socket *sock, int protocol)
socket563net/inet/af_inet.csk->socket = sock;
socket690net/inet/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
socket702net/inet/af_inet.cstatic int inet_release(struct socket *sock, struct socket *peer)
socket760net/inet/af_inet.cstatic int inet_bind(struct socket *sock, struct sockaddr *uaddr,
socket858net/inet/af_inet.cstatic int inet_connect(struct socket *sock, struct sockaddr * uaddr,
socket931net/inet/af_inet.cstatic int inet_socketpair(struct socket *sock1, struct socket *sock2)
socket941net/inet/af_inet.cstatic int inet_accept(struct socket *sock, struct socket *newsock, int flags)
socket984net/inet/af_inet.csk2->socket = newsock;
socket998net/inet/af_inet.csk2->socket=NULL;
socket1023net/inet/af_inet.cstatic int inet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1055net/inet/af_inet.cstatic int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
socket1072net/inet/af_inet.cstatic int inet_recv(struct socket *sock, void *ubuf, int size, int noblock,
socket1079net/inet/af_inet.cstatic int inet_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1091net/inet/af_inet.cstatic int inet_send(struct socket *sock, void *ubuf, int size, int noblock, 
socket1108net/inet/af_inet.cstatic int inet_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1113net/inet/af_inet.cstatic int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, 
socket1134net/inet/af_inet.cstatic int inet_shutdown(struct socket *sock, int how)
socket1158net/inet/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
socket1178net/inet/af_inet.cstatic int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket170net/inet/ipx.clen += sprintf (buffer+len,"%02X %d\n", s->state, SOCK_INODE(s->socket)->i_uid);
socket469net/inet/ipx.cstatic int ipx_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket479net/inet/ipx.cstatic int ipx_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket517net/inet/ipx.cstatic int ipx_getsockopt(struct socket *sock, int level, int optname,
socket555net/inet/ipx.cstatic int ipx_listen(struct socket *sock, int backlog)
socket571net/inet/ipx.csock_wake_async(sk->socket);
socket575net/inet/ipx.cstatic int ipx_create(struct socket *sock, int protocol)
socket606net/inet/ipx.csk->socket=sock;
socket630net/inet/ipx.cstatic int ipx_dup(struct socket *newsock,struct socket *oldsock)
socket635net/inet/ipx.cstatic int ipx_release(struct socket *sock, struct socket *peer)
socket661net/inet/ipx.cstatic int ipx_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket730net/inet/ipx.cstatic int ipx_connect(struct socket *sock, struct sockaddr *uaddr,
socket766net/inet/ipx.cstatic int ipx_socketpair(struct socket *sock1, struct socket *sock2)
socket771net/inet/ipx.cstatic int ipx_accept(struct socket *sock, struct socket *newsock, int flags)
socket778net/inet/ipx.cstatic int ipx_getname(struct socket *sock, struct sockaddr *uaddr,
socket966net/inet/ipx.cstatic int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1142net/inet/ipx.cstatic int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1147net/inet/ipx.cstatic int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1189net/inet/ipx.cstatic int ipx_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1195net/inet/ipx.cstatic int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1204net/inet/ipx.cstatic int ipx_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1210net/inet/ipx.cstatic int ipx_shutdown(struct socket *sk,int how)
socket1215net/inet/ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
socket1222net/inet/ipx.cstatic int ipx_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg)
socket98net/inet/proc.csp->dead?0:SOCK_INODE(sp->socket)->i_uid);
socket167net/inet/sock.hstruct socket      *socket;
socket93net/socket.cstatic struct socket sockets[NSOCKETS];
socket204net/socket.cstruct socket *socki_lookup(struct inode *inode)
socket206net/socket.cstruct socket *sock;
socket227net/socket.cstatic inline struct socket *sockfd_lookup(int fd, struct file **pfile)
socket244net/socket.cstatic struct socket *sock_alloc(int wait)
socket246net/socket.cstruct socket *sock;
socket312net/socket.cstatic inline void sock_release_peer(struct socket *peer)
socket319net/socket.cstatic void sock_release(struct socket *sock)
socket323net/socket.cstruct socket *peersock, *nextsock;
socket379net/socket.cstruct socket *sock;
socket406net/socket.cstruct socket *sock;
socket446net/socket.cstruct socket *sock;
socket459net/socket.cstruct socket *sock;
socket479net/socket.cstruct socket *sock;
socket504net/socket.cstruct socket *sock;
socket550net/socket.cint sock_wake_async(struct socket *sock)
socket563net/socket.cint sock_awaitconn(struct socket *mysock, struct socket *servsock)
socket565net/socket.cstruct socket *last;
socket639net/socket.cstruct socket *sock;
socket704net/socket.cstruct socket *sock1, *sock2;
socket764net/socket.cstruct socket *sock;
socket794net/socket.cstruct socket *sock;
socket824net/socket.cstruct socket *sock, *newsock;
socket884net/socket.cstruct socket *sock;
socket936net/socket.cstruct socket *sock;
socket961net/socket.cstruct socket *sock;
socket986net/socket.cstruct socket *sock;
socket1012net/socket.cstruct socket *sock;
socket1046net/socket.cstruct socket *sock;
socket1076net/socket.cstruct socket *sock;
socket1112net/socket.cstruct socket *sock;
socket1130net/socket.cstruct socket *sock;
socket1150net/socket.cstruct socket *sock;
socket1168net/socket.cstruct socket *sock;
socket1381net/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;
socket61net/unix/sock.cstatic int unix_proto_create(struct socket *sock, int protocol);
socket62net/unix/sock.cstatic int unix_proto_dup(struct socket *newsock, struct socket *oldsock);
socket63net/unix/sock.cstatic int unix_proto_release(struct socket *sock, struct socket *peer);
socket64net/unix/sock.cstatic int unix_proto_bind(struct socket *sock, struct sockaddr *umyaddr,
socket66net/unix/sock.cstatic int unix_proto_connect(struct socket *sock, struct sockaddr *uservaddr,
socket68net/unix/sock.cstatic int unix_proto_socketpair(struct socket *sock1, struct socket *sock2);
socket69net/unix/sock.cstatic int unix_proto_accept(struct socket *sock, struct socket *newsock, 
socket71net/unix/sock.cstatic int unix_proto_getname(struct socket *sock, struct sockaddr *usockaddr,
socket73net/unix/sock.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size,
socket75net/unix/sock.cstatic int unix_proto_write(struct socket *sock, char *ubuf, int size,
socket77net/unix/sock.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
socket78net/unix/sock.cstatic int unix_proto_ioctl(struct socket *sock, unsigned int cmd,
socket80net/unix/sock.cstatic int unix_proto_listen(struct socket *sock, int backlog);
socket81net/unix/sock.cstatic int unix_proto_send(struct socket *sock, void *buff, int len,
socket83net/unix/sock.cstatic int unix_proto_recv(struct socket *sock, void *buff, int len,
socket85net/unix/sock.cstatic int unix_proto_sendto(struct socket *sock, void *buff, int len,
socket88net/unix/sock.cstatic int unix_proto_recvfrom(struct socket *sock, void *buff, int len,
socket92net/unix/sock.cstatic int unix_proto_shutdown(struct socket *sock, int how);
socket94net/unix/sock.cstatic int unix_proto_setsockopt(struct socket *sock, int level, int optname,
socket96net/unix/sock.cstatic int unix_proto_getsockopt(struct socket *sock, int level, int optname,
socket137net/unix/sock.cstatic int unix_proto_listen(struct socket *sock, int backlog)
socket146net/unix/sock.cstatic int unix_proto_setsockopt(struct socket *sock, int level, int optname,
socket153net/unix/sock.cstatic int unix_proto_getsockopt(struct socket *sock, int level, int optname,
socket164net/unix/sock.cstatic int unix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
socket170net/unix/sock.cstatic int unix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
socket180net/unix/sock.cstatic int unix_proto_shutdown(struct socket *sock, int how)
socket190net/unix/sock.cstatic int unix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
socket203net/unix/sock.cstatic int unix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
socket223net/unix/sock.cif (upd->refcnt > 0 && upd->socket &&
socket224net/unix/sock.cupd->socket->state == SS_UNCONNECTED &&
socket252net/unix/sock.cupd->socket = NULL;
socket307net/unix/sock.cstatic int unix_proto_create(struct socket *sock, int protocol)
socket332net/unix/sock.cupd->socket = sock;
socket342net/unix/sock.cstatic int unix_proto_dup(struct socket *newsock, struct socket *oldsock)
socket353net/unix/sock.cstatic int unix_proto_release(struct socket *sock, struct socket *peer)
socket360net/unix/sock.cif (upd->socket != sock) 
socket373net/unix/sock.cupd->socket = NULL;
socket392net/unix/sock.cstatic int unix_proto_bind(struct socket *sock, struct sockaddr *umyaddr,
socket446net/unix/sock.cstatic int unix_proto_connect(struct socket *sock, struct sockaddr *uservaddr,
socket499net/unix/sock.cif ((i = sock_awaitconn(sock, serv_upd->socket)) < 0) 
socket520net/unix/sock.cstatic int unix_proto_socketpair(struct socket *sock1, struct socket *sock2)
socket536net/unix/sock.cstatic int unix_proto_accept(struct socket *sock, struct socket *newsock, int flags)
socket538net/unix/sock.cstruct socket *clientsock;
socket580net/unix/sock.cstatic int unix_proto_getname(struct socket *sock, struct sockaddr *usockaddr,
socket608net/unix/sock.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
socket673net/unix/sock.cstatic int unix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
socket761net/unix/sock.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait)
socket819net/unix/sock.cstatic int unix_proto_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket34net/unix/unix.hstruct socket  *socket;  /* socket we're bound to  */