taglinefilesource code
socket20fs/nfs/sock.cextern struct socket *socki_lookup(struct inode *inode);
socket38fs/nfs/sock.cstruct socket *sock;
socket184include/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;
socket947net/inet/sock.cinet_dup(struct socket *newsock, struct socket *oldsock)
socket956net/inet/sock.cinet_release(struct socket *sock, struct socket *peer)
socket1008net/inet/sock.cinet_bind(struct socket *sock, struct sockaddr *uaddr,
socket1090net/inet/sock.cinet_connect(struct socket *sock, struct sockaddr * uaddr,
socket1169net/inet/sock.cinet_socketpair(struct socket *sock1, struct socket *sock2)
socket1176net/inet/sock.cinet_accept(struct socket *sock, struct socket *newsock, int flags)
socket1243net/inet/sock.cinet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1290net/inet/sock.cinet_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1312net/inet/sock.cinet_recv(struct socket *sock, void *ubuf, int size, int noblock,
socket1335net/inet/sock.cinet_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1362net/inet/sock.cinet_send(struct socket *sock, void *ubuf, int size, int noblock, 
socket1390net/inet/sock.cinet_sendto(struct socket *sock, void *ubuf, int size, int noblock, 
socket1421net/inet/sock.cinet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
socket1448net/inet/sock.cinet_shutdown(struct socket *sock, int how)
socket1476net/inet/sock.cinet_select(struct socket *sock, int sel_type, select_table *wait )
socket1495net/inet/sock.cinet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket161net/inet/sock.hstruct socket      *socket;
socket72net/socket.cstatic struct socket sockets[NSOCKETS];
socket137net/socket.cstruct socket *
socket140net/socket.cstruct socket *sock;
socket156net/socket.cstatic inline struct socket *
socket167net/socket.cstatic struct socket *
socket170net/socket.cstruct socket *sock;
socket222net/socket.csock_release_peer(struct socket *peer)
socket230net/socket.csock_release(struct socket *sock)
socket234net/socket.cstruct socket *peersock, *nextsock;
socket274net/socket.cstruct socket *sock;
socket289net/socket.cstruct socket *sock;
socket314net/socket.cstruct socket *sock;
socket329net/socket.cstruct socket *sock;
socket349net/socket.cstruct socket *sock;
socket365net/socket.csock_awaitconn(struct socket *mysock, struct socket *servsock)
socket367net/socket.cstruct socket *last;
socket431net/socket.cstruct socket *sock;
socket488net/socket.cstruct socket *sock1, *sock2;
socket539net/socket.cstruct socket *sock;
socket562net/socket.cstruct socket *sock;
socket587net/socket.cstruct socket *sock, *newsock;
socket641net/socket.cstruct socket *sock;
socket678net/socket.cstruct socket *sock;
socket691net/socket.cstruct socket *sock;
socket704net/socket.cstruct socket *sock;
socket723net/socket.cstruct socket *sock;
socket742net/socket.cstruct socket *sock;
socket761net/socket.cstruct socket *sock;
socket780net/socket.cstruct socket *sock;
socket799net/socket.cstruct socket *sock;
socket819net/socket.cstruct socket *sock;
socket836net/socket.cstruct socket *sock;
socket1072net/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)
socket664net/unix/sock.cunix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
socket745net/unix/sock.cunix_proto_select(struct socket *sock, int sel_type, select_table * wait)
socket796net/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  */