taglinefilesource code
socket20fs/nfs/sock.cextern struct socket *socki_lookup(struct inode *inode);
socket38fs/nfs/sock.cstruct socket *sock;
socket74include/linux/net.hstruct socket    *conn;    /* server socket connected to  */
socket75include/linux/net.hstruct socket    *iconn;    /* incomplete client conn.s  */
socket76include/linux/net.hstruct socket    *next;
socket82include/linux/net.hextern struct socket  sockets[NSOCKETS];
socket89include/linux/net.hint  (*create)  (struct socket *sock, int protocol);
socket90include/linux/net.hint  (*dup)    (struct socket *newsock, struct socket *oldsock);
socket91include/linux/net.hint  (*release)  (struct socket *sock, struct socket *peer);
socket92include/linux/net.hint  (*bind)    (struct socket *sock, struct sockaddr *umyaddr,
socket94include/linux/net.hint  (*connect)  (struct socket *sock, struct sockaddr *uservaddr,
socket96include/linux/net.hint  (*socketpair)  (struct socket *sock1, struct socket *sock2);
socket97include/linux/net.hint  (*accept)  (struct socket *sock, struct socket *newsock,
socket99include/linux/net.hint  (*getname)  (struct socket *sock, struct sockaddr *uaddr,
socket101include/linux/net.hint  (*read)    (struct socket *sock, char *ubuf, int size,
socket103include/linux/net.hint  (*write)  (struct socket *sock, char *ubuf, int size,
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  (*send)    (struct socket *sock, void *buff, int len, int nonblock,
socket112include/linux/net.hint  (*recv)    (struct socket *sock, void *buff, int len, int nonblock,
socket114include/linux/net.hint  (*sendto)  (struct socket *sock, void *buff, int len, int nonblock,
socket116include/linux/net.hint  (*recvfrom)  (struct socket *sock, void *buff, int len, int nonblock,
socket118include/linux/net.hint  (*shutdown)  (struct socket *sock, int flags);
socket119include/linux/net.hint  (*setsockopt)  (struct socket *sock, int level, int optname,
socket121include/linux/net.hint  (*getsockopt)  (struct socket *sock, int level, int optname,
socket123include/linux/net.hint  (*fcntl)  (struct socket *sock, unsigned int cmd,
socket128include/linux/net.hextern int  sock_awaitconn(struct socket *mysock, struct socket *servsock);
socket88net/inet/proc.cSOCK_INODE(sp->socket)->i_uid);
socket444net/inet/sock.cinet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket474net/inet/sock.cinet_setsockopt(struct socket *sock, int level, int optname,
socket572net/inet/sock.cinet_getsockopt(struct socket *sock, int level, int optname,
socket672net/inet/sock.cinet_listen(struct socket *sock, int backlog)
socket701net/inet/sock.cinet_create(struct socket *sock, int protocol)
socket773net/inet/sock.csk->socket = sock;
socket877net/inet/sock.cinet_dup(struct socket *newsock, struct socket *oldsock)
socket886net/inet/sock.cinet_release(struct socket *sock, struct socket *peer)
socket938net/inet/sock.cinet_bind(struct socket *sock, struct sockaddr *uaddr,
socket1020net/inet/sock.cinet_connect(struct socket *sock, struct sockaddr * uaddr,
socket1095net/inet/sock.cinet_socketpair(struct socket *sock1, struct socket *sock2)
socket1102net/inet/sock.cinet_accept(struct socket *sock, struct socket *newsock, int flags)
socket1169net/inet/sock.cinet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1216net/inet/sock.cinet_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1238net/inet/sock.cinet_recv(struct socket *sock, void *ubuf, int size, int noblock,
socket1261net/inet/sock.cinet_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1288net/inet/sock.cinet_send(struct socket *sock, void *ubuf, int size, int noblock, 
socket1316net/inet/sock.cinet_sendto(struct socket *sock, void *ubuf, int size, int noblock, 
socket1347net/inet/sock.cinet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
socket1374net/inet/sock.cinet_shutdown(struct socket *sock, int how)
socket1402net/inet/sock.cinet_select(struct socket *sock, int sel_type, select_table *wait )
socket1421net/inet/sock.cinet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket125net/inet/sock.hstruct socket      *socket;
socket72net/socket.cstruct socket sockets[NSOCKETS];
socket136net/socket.cstruct socket *
socket139net/socket.cstruct socket *sock;
socket147net/socket.cstatic inline struct socket *
socket158net/socket.cstatic struct socket *
socket161net/socket.cstruct socket *sock;
socket212net/socket.csock_release_peer(struct socket *peer)
socket220net/socket.csock_release(struct socket *sock)
socket223net/socket.cstruct socket *peersock, *nextsock;
socket262net/socket.cstruct socket *sock;
socket277net/socket.cstruct socket *sock;
socket302net/socket.cstruct socket *sock;
socket317net/socket.cstruct socket *sock;
socket337net/socket.cstruct socket *sock;
socket353net/socket.csock_awaitconn(struct socket *mysock, struct socket *servsock)
socket355net/socket.cstruct socket *last;
socket419net/socket.cstruct socket *sock;
socket476net/socket.cstruct socket *sock1, *sock2;
socket527net/socket.cstruct socket *sock;
socket550net/socket.cstruct socket *sock;
socket575net/socket.cstruct socket *sock, *newsock;
socket629net/socket.cstruct socket *sock;
socket666net/socket.cstruct socket *sock;
socket679net/socket.cstruct socket *sock;
socket692net/socket.cstruct socket *sock;
socket711net/socket.cstruct socket *sock;
socket730net/socket.cstruct socket *sock;
socket749net/socket.cstruct socket *sock;
socket768net/socket.cstruct socket *sock;
socket787net/socket.cstruct socket *sock;
socket807net/socket.cstruct socket *sock;
socket824net/socket.cstruct socket *sock;
socket1060net/socket.cstruct socket *sock;
socket51net/unix/proc.cunix_datas[i].socket->flags,
socket52net/unix/proc.cunix_datas[i].socket->type,
socket53net/unix/proc.cunix_datas[i].socket->state
socket57net/unix/sock.cstatic int unix_proto_create(struct socket *sock, int protocol);
socket58net/unix/sock.cstatic int unix_proto_dup(struct socket *newsock, struct socket *oldsock);
socket59net/unix/sock.cstatic int unix_proto_release(struct socket *sock, struct socket *peer);
socket60net/unix/sock.cstatic int unix_proto_bind(struct socket *sock, struct sockaddr *umyaddr,
socket62net/unix/sock.cstatic int unix_proto_connect(struct socket *sock, struct sockaddr *uservaddr,
socket64net/unix/sock.cstatic int unix_proto_socketpair(struct socket *sock1, struct socket *sock2);
socket65net/unix/sock.cstatic int unix_proto_accept(struct socket *sock, struct socket *newsock, 
socket67net/unix/sock.cstatic int unix_proto_getname(struct socket *sock, struct sockaddr *usockaddr,
socket69net/unix/sock.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size,
socket71net/unix/sock.cstatic int unix_proto_write(struct socket *sock, char *ubuf, int size,
socket73net/unix/sock.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
socket74net/unix/sock.cstatic int unix_proto_ioctl(struct socket *sock, unsigned int cmd,
socket76net/unix/sock.cstatic int unix_proto_listen(struct socket *sock, int backlog);
socket77net/unix/sock.cstatic int unix_proto_send(struct socket *sock, void *buff, int len,
socket79net/unix/sock.cstatic int unix_proto_recv(struct socket *sock, void *buff, int len,
socket81net/unix/sock.cstatic int unix_proto_sendto(struct socket *sock, void *buff, int len,
socket84net/unix/sock.cstatic int unix_proto_recvfrom(struct socket *sock, void *buff, int len,
socket88net/unix/sock.cstatic int unix_proto_shutdown(struct socket *sock, int how);
socket90net/unix/sock.cstatic int unix_proto_setsockopt(struct socket *sock, int level, int optname,
socket92net/unix/sock.cstatic int unix_proto_getsockopt(struct socket *sock, int level, int optname,
socket146net/unix/sock.cunix_proto_listen(struct socket *sock, int backlog)
socket153net/unix/sock.cunix_proto_setsockopt(struct socket *sock, int level, int optname,
socket161net/unix/sock.cunix_proto_getsockopt(struct socket *sock, int level, int optname,
socket168net/unix/sock.cunix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
socket175net/unix/sock.cunix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
socket183net/unix/sock.cunix_proto_shutdown(struct socket *sock, int how)
socket191net/unix/sock.cunix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
socket201net/unix/sock.cunix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
socket216net/unix/sock.cif (upd->refcnt && upd->socket &&
socket217net/unix/sock.cupd->socket->state == SS_UNCONNECTED &&
socket235net/unix/sock.cupd->socket = NULL;
socket286net/unix/sock.cunix_proto_create(struct socket *sock, int protocol)
socket305net/unix/sock.cupd->socket = sock;
socket313net/unix/sock.cunix_proto_dup(struct socket *newsock, struct socket *oldsock)
socket322net/unix/sock.cunix_proto_release(struct socket *sock, struct socket *peer)
socket328net/unix/sock.cif (upd->socket != sock) {
socket338net/unix/sock.cupd->socket = NULL;
socket355net/unix/sock.cunix_proto_bind(struct socket *sock, struct sockaddr *umyaddr,
socket411net/unix/sock.cunix_proto_connect(struct socket *sock, struct sockaddr *uservaddr,
socket466net/unix/sock.cif ((i = sock_awaitconn(sock, serv_upd->socket)) < 0) {
socket485net/unix/sock.cunix_proto_socketpair(struct socket *sock1, struct socket *sock2)
socket499net/unix/sock.cunix_proto_accept(struct socket *sock, struct socket *newsock, int flags)
socket501net/unix/sock.cstruct socket *clientsock;
socket540net/unix/sock.cunix_proto_getname(struct socket *sock, struct sockaddr *usockaddr,
socket575net/unix/sock.cunix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
socket633net/unix/sock.cunix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
socket705net/unix/sock.cunix_proto_select(struct socket *sock, int sel_type, select_table * wait)
socket756net/unix/sock.cunix_proto_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket30net/unix/unix.hstruct socket  *socket;  /* socket we're bound to  */