taglinefilesource code
socket20fs/nfs/sock.cextern struct socket *socki_lookup(struct inode *inode);
socket38fs/nfs/sock.cstruct socket *sock;
socket183include/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;
socket87include/linux/net.hint  (*create)  (struct socket *sock, int protocol);
socket88include/linux/net.hint  (*dup)    (struct socket *newsock, struct socket *oldsock);
socket89include/linux/net.hint  (*release)  (struct socket *sock, struct socket *peer);
socket90include/linux/net.hint  (*bind)    (struct socket *sock, struct sockaddr *umyaddr,
socket92include/linux/net.hint  (*connect)  (struct socket *sock, struct sockaddr *uservaddr,
socket94include/linux/net.hint  (*socketpair)  (struct socket *sock1, struct socket *sock2);
socket95include/linux/net.hint  (*accept)  (struct socket *sock, struct socket *newsock,
socket97include/linux/net.hint  (*getname)  (struct socket *sock, struct sockaddr *uaddr,
socket99include/linux/net.hint  (*read)    (struct socket *sock, char *ubuf, int size,
socket101include/linux/net.hint  (*write)  (struct socket *sock, char *ubuf, int size,
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  (*send)    (struct socket *sock, void *buff, int len, int nonblock,
socket110include/linux/net.hint  (*recv)    (struct socket *sock, void *buff, int len, int nonblock,
socket112include/linux/net.hint  (*sendto)  (struct socket *sock, void *buff, int len, int nonblock,
socket114include/linux/net.hint  (*recvfrom)  (struct socket *sock, void *buff, int len, int nonblock,
socket116include/linux/net.hint  (*shutdown)  (struct socket *sock, int flags);
socket117include/linux/net.hint  (*setsockopt)  (struct socket *sock, int level, int optname,
socket119include/linux/net.hint  (*getsockopt)  (struct socket *sock, int level, int optname,
socket121include/linux/net.hint  (*fcntl)  (struct socket *sock, unsigned int cmd,
socket126include/linux/net.hextern int  sock_awaitconn(struct socket *mysock, struct socket *servsock);
socket94net/inet/proc.cSOCK_INODE(sp->socket)->i_uid);
socket450net/inet/sock.cinet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket482net/inet/sock.cstatic int inet_setsockopt(struct socket *sock, int level, int optname,
socket497net/inet/sock.cstatic int inet_getsockopt(struct socket *sock, int level, int optname,
socket709net/inet/sock.cinet_listen(struct socket *sock, int backlog)
socket755net/inet/sock.cinet_create(struct socket *sock, int protocol)
socket827net/inet/sock.csk->socket = sock;
socket945net/inet/sock.cinet_dup(struct socket *newsock, struct socket *oldsock)
socket954net/inet/sock.cinet_release(struct socket *sock, struct socket *peer)
socket1006net/inet/sock.cinet_bind(struct socket *sock, struct sockaddr *uaddr,
socket1088net/inet/sock.cinet_connect(struct socket *sock, struct sockaddr * uaddr,
socket1167net/inet/sock.cinet_socketpair(struct socket *sock1, struct socket *sock2)
socket1174net/inet/sock.cinet_accept(struct socket *sock, struct socket *newsock, int flags)
socket1241net/inet/sock.cinet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1288net/inet/sock.cinet_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1310net/inet/sock.cinet_recv(struct socket *sock, void *ubuf, int size, int noblock,
socket1333net/inet/sock.cinet_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1360net/inet/sock.cinet_send(struct socket *sock, void *ubuf, int size, int noblock, 
socket1388net/inet/sock.cinet_sendto(struct socket *sock, void *ubuf, int size, int noblock, 
socket1419net/inet/sock.cinet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
socket1446net/inet/sock.cinet_shutdown(struct socket *sock, int how)
socket1474net/inet/sock.cinet_select(struct socket *sock, int sel_type, select_table *wait )
socket1493net/inet/sock.cinet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket152net/inet/sock.hstruct socket      *socket;
socket73net/socket.cstatic struct socket sockets[NSOCKETS];
socket138net/socket.cstruct socket *
socket141net/socket.cstruct socket *sock;
socket157net/socket.cstatic inline struct socket *
socket168net/socket.cstatic struct socket *
socket171net/socket.cstruct socket *sock;
socket223net/socket.csock_release_peer(struct socket *peer)
socket231net/socket.csock_release(struct socket *sock)
socket235net/socket.cstruct socket *peersock, *nextsock;
socket275net/socket.cstruct socket *sock;
socket290net/socket.cstruct socket *sock;
socket315net/socket.cstruct socket *sock;
socket330net/socket.cstruct socket *sock;
socket350net/socket.cstruct socket *sock;
socket366net/socket.csock_awaitconn(struct socket *mysock, struct socket *servsock)
socket368net/socket.cstruct socket *last;
socket432net/socket.cstruct socket *sock;
socket489net/socket.cstruct socket *sock1, *sock2;
socket540net/socket.cstruct socket *sock;
socket563net/socket.cstruct socket *sock;
socket588net/socket.cstruct socket *sock, *newsock;
socket642net/socket.cstruct socket *sock;
socket679net/socket.cstruct socket *sock;
socket692net/socket.cstruct socket *sock;
socket705net/socket.cstruct socket *sock;
socket724net/socket.cstruct socket *sock;
socket743net/socket.cstruct socket *sock;
socket762net/socket.cstruct socket *sock;
socket781net/socket.cstruct socket *sock;
socket800net/socket.cstruct socket *sock;
socket820net/socket.cstruct socket *sock;
socket837net/socket.cstruct socket *sock;
socket1073net/socket.cstruct socket *sock;
socket50net/unix/proc.cunix_datas[i].socket->flags,
socket51net/unix/proc.cunix_datas[i].socket->type,
socket52net/unix/proc.cunix_datas[i].socket->state
socket58net/unix/sock.cstatic int unix_proto_create(struct socket *sock, int protocol);
socket59net/unix/sock.cstatic int unix_proto_dup(struct socket *newsock, struct socket *oldsock);
socket60net/unix/sock.cstatic int unix_proto_release(struct socket *sock, struct socket *peer);
socket61net/unix/sock.cstatic int unix_proto_bind(struct socket *sock, struct sockaddr *umyaddr,
socket63net/unix/sock.cstatic int unix_proto_connect(struct socket *sock, struct sockaddr *uservaddr,
socket65net/unix/sock.cstatic int unix_proto_socketpair(struct socket *sock1, struct socket *sock2);
socket66net/unix/sock.cstatic int unix_proto_accept(struct socket *sock, struct socket *newsock, 
socket68net/unix/sock.cstatic int unix_proto_getname(struct socket *sock, struct sockaddr *usockaddr,
socket70net/unix/sock.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size,
socket72net/unix/sock.cstatic int unix_proto_write(struct socket *sock, char *ubuf, int size,
socket74net/unix/sock.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
socket75net/unix/sock.cstatic int unix_proto_ioctl(struct socket *sock, unsigned int cmd,
socket77net/unix/sock.cstatic int unix_proto_listen(struct socket *sock, int backlog);
socket78net/unix/sock.cstatic int unix_proto_send(struct socket *sock, void *buff, int len,
socket80net/unix/sock.cstatic int unix_proto_recv(struct socket *sock, void *buff, int len,
socket82net/unix/sock.cstatic int unix_proto_sendto(struct socket *sock, void *buff, int len,
socket85net/unix/sock.cstatic int unix_proto_recvfrom(struct socket *sock, void *buff, int len,
socket89net/unix/sock.cstatic int unix_proto_shutdown(struct socket *sock, int how);
socket91net/unix/sock.cstatic int unix_proto_setsockopt(struct socket *sock, int level, int optname,
socket93net/unix/sock.cstatic int unix_proto_getsockopt(struct socket *sock, int level, int optname,
socket170net/unix/sock.cunix_proto_listen(struct socket *sock, int backlog)
socket177net/unix/sock.cunix_proto_setsockopt(struct socket *sock, int level, int optname,
socket185net/unix/sock.cunix_proto_getsockopt(struct socket *sock, int level, int optname,
socket192net/unix/sock.cunix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
socket199net/unix/sock.cunix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
socket207net/unix/sock.cunix_proto_shutdown(struct socket *sock, int how)
socket215net/unix/sock.cunix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
socket225net/unix/sock.cunix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
socket240net/unix/sock.cif (upd->refcnt && upd->socket &&
socket241net/unix/sock.cupd->socket->state == SS_UNCONNECTED &&
socket259net/unix/sock.cupd->socket = NULL;
socket310net/unix/sock.cunix_proto_create(struct socket *sock, int protocol)
socket329net/unix/sock.cupd->socket = sock;
socket337net/unix/sock.cunix_proto_dup(struct socket *newsock, struct socket *oldsock)
socket346net/unix/sock.cunix_proto_release(struct socket *sock, struct socket *peer)
socket352net/unix/sock.cif (upd->socket != sock) {
socket362net/unix/sock.cupd->socket = NULL;
socket379net/unix/sock.cunix_proto_bind(struct socket *sock, struct sockaddr *umyaddr,
socket435net/unix/sock.cunix_proto_connect(struct socket *sock, struct sockaddr *uservaddr,
socket490net/unix/sock.cif ((i = sock_awaitconn(sock, serv_upd->socket)) < 0) {
socket509net/unix/sock.cunix_proto_socketpair(struct socket *sock1, struct socket *sock2)
socket523net/unix/sock.cunix_proto_accept(struct socket *sock, struct socket *newsock, int flags)
socket525net/unix/sock.cstruct socket *clientsock;
socket564net/unix/sock.cunix_proto_getname(struct socket *sock, struct sockaddr *usockaddr,
socket599net/unix/sock.cunix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
socket663net/unix/sock.cunix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
socket743net/unix/sock.cunix_proto_select(struct socket *sock, int sel_type, select_table * wait)
socket794net/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  */