taglinefilesource code
socket19fs/nfs/sock.cextern struct socket *socki_lookup(struct inode *inode);
socket35fs/nfs/sock.cstruct socket *sock;
socket33net/kern_sock.hstruct socket *conn;    /* server socket connected to */
socket34net/kern_sock.hstruct socket *iconn;    /* incomplete client connections */
socket35net/kern_sock.hstruct socket *next;
socket42net/kern_sock.hint (*create)(struct socket *sock, int protocol);
socket43net/kern_sock.hint (*dup)(struct socket *newsock, struct socket *oldsock);
socket44net/kern_sock.hint (*release)(struct socket *sock, struct socket *peer);
socket45net/kern_sock.hint (*bind)(struct socket *sock, struct sockaddr *umyaddr,
socket47net/kern_sock.hint (*connect)(struct socket *sock, struct sockaddr *uservaddr,
socket49net/kern_sock.hint (*socketpair)(struct socket *sock1, struct socket *sock2);
socket50net/kern_sock.hint (*accept)(struct socket *sock, struct socket *newsock, int flags);
socket51net/kern_sock.hint (*getname)(struct socket *sock, struct sockaddr *uaddr,
socket53net/kern_sock.hint (*read)(struct socket *sock, char *ubuf, int size, int nonblock);
socket54net/kern_sock.hint (*write)(struct socket *sock, char *ubuf, int size, int nonblock);
socket55net/kern_sock.hint (*select)(struct socket *sock, int sel_type, select_table * wait);
socket56net/kern_sock.hint (*ioctl)(struct socket *sock, unsigned int cmd, unsigned long arg);
socket57net/kern_sock.hint (*listen)(struct socket *sock, int len);
socket58net/kern_sock.hint (*send)(struct socket *sock, void *buff, int len, int nonblock,
socket60net/kern_sock.hint (*recv)(struct socket *sock, void *buff, int len, int nonblock,
socket62net/kern_sock.hint (*sendto)(struct socket *sock, void *buff, int len, int nonblock,
socket64net/kern_sock.hint (*recvfrom)(struct socket *sock, void *buff, int len, int nonblock,
socket66net/kern_sock.hint (*shutdown)(struct socket *sock, int flags);
socket67net/kern_sock.hint (*setsockopt)(struct socket *sock, int level, int optname,
socket69net/kern_sock.hint (*getsockopt)(struct socket *sock, int level, int optname,
socket71net/kern_sock.hint (*fcntl) (struct socket *sock, unsigned int cmd,
socket75net/kern_sock.hextern int sock_awaitconn(struct socket *mysock, struct socket *servsock);
socket75net/socket.cstatic struct socket sockets[NSOCKETS];
socket126net/socket.cstruct socket *
socket129net/socket.cstruct socket *sock;
socket137net/socket.cstatic inline struct socket *
socket149net/socket.cstatic struct socket *
socket152net/socket.cstruct socket *sock;
socket199net/socket.csock_release_peer(struct socket *peer)
socket206net/socket.csock_release(struct socket *sock)
socket209net/socket.cstruct socket *peersock, *nextsock;
socket247net/socket.cstruct socket *sock;
socket262net/socket.cstruct socket *sock;
socket286net/socket.cstruct socket *sock;
socket299net/socket.cstruct socket *sock;
socket319net/socket.cstruct socket *sock;
socket336net/socket.csock_awaitconn(struct socket *mysock, struct socket *servsock)
socket338net/socket.cstruct socket *last;
socket403net/socket.cstruct socket *sock;
socket461net/socket.cstruct socket *sock1, *sock2;
socket510net/socket.cstruct socket *sock;
socket531net/socket.cstruct socket *sock;
socket558net/socket.cstruct socket *sock, *newsock;
socket613net/socket.cstruct socket *sock;
socket646net/socket.cstruct socket *sock;
socket657net/socket.cstruct socket *sock;
socket671net/socket.cstruct socket *sock;
socket692net/socket.cstruct socket *sock;
socket714net/socket.cstruct socket *sock;
socket735net/socket.cstruct socket *sock;
socket757net/socket.cstruct socket *sock;
socket777net/socket.cstruct socket *sock;
socket798net/socket.cstruct socket *sock;
socket817net/socket.cstruct socket *sock;
socket947net/socket.cstruct socket *sock;
socket114net/tcp/sock.cstatic int ip_proto_create(struct socket *sock, int protocol);
socket115net/tcp/sock.cstatic int ip_proto_dup(struct socket *newsock, struct socket *oldsock);
socket116net/tcp/sock.cstatic int ip_proto_release(struct socket *sock, struct socket *peer);
socket117net/tcp/sock.cstatic int ip_proto_bind(struct socket *sock, struct sockaddr *umyaddr,
socket119net/tcp/sock.cstatic int ip_proto_connect(struct socket *sock, struct sockaddr *uservaddr,
socket121net/tcp/sock.cstatic int ip_proto_socketpair(struct socket *sock1, struct socket *sock2);
socket122net/tcp/sock.cstatic int ip_proto_accept(struct socket *sock, struct socket *newsock, int flags);
socket123net/tcp/sock.cstatic int ip_proto_getname(struct socket *sock, struct sockaddr *usockaddr,
socket125net/tcp/sock.cstatic int ip_proto_read(struct socket *sock, char *ubuf, int size,
socket127net/tcp/sock.cstatic int ip_proto_write(struct socket *sock, char *ubuf, int size,
socket129net/tcp/sock.cstatic int ip_proto_select(struct socket *sock, int which, select_table *wait);
socket130net/tcp/sock.cstatic int ip_proto_ioctl(struct socket *sock, unsigned int cmd,
socket132net/tcp/sock.cstatic int ip_proto_listen(struct socket *sock, int backlog);
socket134net/tcp/sock.cstatic int ip_proto_send (struct socket *sock, void *buff, int len,
socket136net/tcp/sock.cstatic int ip_proto_recv (struct socket *sock, void *buff, int len,
socket138net/tcp/sock.cstatic int ip_proto_sendto (struct socket *sock, void *buff, int len,
socket141net/tcp/sock.cstatic int ip_proto_recvfrom (struct socket *sock, void *buff, int len,
socket145net/tcp/sock.cstatic int ip_proto_shutdown (struct socket *sock, int how);
socket148net/tcp/sock.cstatic int ip_proto_setsockopt (struct socket *sock, int level, int optname,
socket150net/tcp/sock.cstatic int ip_proto_getsockopt (struct socket *sock, int level, int optname,
socket152net/tcp/sock.cstatic int ip_proto_fcntl (struct socket *sock, unsigned int cmd,
socket660net/tcp/sock.cip_proto_fcntl (struct socket *sock, unsigned int cmd, unsigned long arg)
socket685net/tcp/sock.cip_proto_setsockopt(struct socket *sock, int level, int optname,
socket759net/tcp/sock.cip_proto_getsockopt(struct socket *sock, int level, int optname,
socket827net/tcp/sock.cip_proto_listen(struct socket *sock, int backlog)
socket903net/tcp/sock.cip_proto_create (struct socket *sock, int protocol)
socket1084net/tcp/sock.cip_proto_dup (struct socket *newsock, struct socket *oldsock)
socket1092net/tcp/sock.cip_proto_release(struct socket *sock, struct socket *peer)
socket1140net/tcp/sock.cip_proto_bind (struct socket *sock, struct sockaddr *uaddr,
socket1206net/tcp/sock.cip_proto_connect (struct socket *sock, struct sockaddr * uaddr,
socket1283net/tcp/sock.cip_proto_socketpair (struct socket *sock1, struct socket *sock2)
socket1289net/tcp/sock.cip_proto_accept (struct socket *sock, struct socket *newsock, int flags)
socket1360net/tcp/sock.cip_proto_getname(struct socket *sock, struct sockaddr *uaddr,
socket1397net/tcp/sock.cip_proto_read (struct socket *sock, char *ubuf, int size, int noblock)
socket1420net/tcp/sock.cip_proto_recv (struct socket *sock, void *ubuf, int size, int noblock,
socket1444net/tcp/sock.cip_proto_write (struct socket *sock, char *ubuf, int size, int noblock)
socket1473net/tcp/sock.cip_proto_send (struct socket *sock, void *ubuf, int size, int noblock, 
socket1503net/tcp/sock.cip_proto_sendto (struct socket *sock, void *ubuf, int size, int noblock, 
socket1535net/tcp/sock.cip_proto_recvfrom (struct socket *sock, void *ubuf, int size, int noblock, 
socket1562net/tcp/sock.cip_proto_shutdown (struct socket *sock, int how)
socket1588net/tcp/sock.cip_proto_select (struct socket *sock, int sel_type, select_table *wait )
socket1608net/tcp/sock.cip_proto_ioctl (struct socket *sock, unsigned int cmd, 
socket19net/unix.cstruct socket *socket;    /* socket we're bound to */
socket43net/unix.cstatic int unix_proto_create(struct socket *sock, int protocol);
socket44net/unix.cstatic int unix_proto_dup(struct socket *newsock, struct socket *oldsock);
socket45net/unix.cstatic int unix_proto_release(struct socket *sock, struct socket *peer);
socket46net/unix.cstatic int unix_proto_bind(struct socket *sock, struct sockaddr *umyaddr,
socket48net/unix.cstatic int unix_proto_connect(struct socket *sock, struct sockaddr *uservaddr,
socket50net/unix.cstatic int unix_proto_socketpair(struct socket *sock1, struct socket *sock2);
socket51net/unix.cstatic int unix_proto_accept(struct socket *sock, struct socket *newsock, 
socket53net/unix.cstatic int unix_proto_getname(struct socket *sock, struct sockaddr *usockaddr,
socket55net/unix.cstatic int unix_proto_read(struct socket *sock, char *ubuf, int size,
socket57net/unix.cstatic int unix_proto_write(struct socket *sock, char *ubuf, int size,
socket59net/unix.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
socket60net/unix.cstatic int unix_proto_ioctl(struct socket *sock, unsigned int cmd,
socket62net/unix.cstatic int unix_proto_listen(struct socket *sock, int backlog);
socket63net/unix.cstatic int unix_proto_send (struct socket *sock, void *buff, int len,
socket65net/unix.cstatic int unix_proto_recv (struct socket *sock, void *buff, int len,
socket67net/unix.cstatic int unix_proto_sendto (struct socket *sock, void *buff, int len,
socket70net/unix.cstatic int unix_proto_recvfrom (struct socket *sock, void *buff, int len,
socket74net/unix.cstatic int unix_proto_shutdown (struct socket *sock, int how);
socket76net/unix.cstatic int unix_proto_setsockopt (struct socket *sock, int level, int optname,
socket78net/unix.cstatic int unix_proto_getsockopt (struct socket *sock, int level, int optname,
socket128net/unix.cunix_proto_listen (struct socket *sock, int backlog)
socket134net/unix.cunix_proto_setsockopt(struct socket *sock, int level, int optname,
socket141net/unix.cunix_proto_getsockopt(struct socket *sock, int level, int optname,
socket148net/unix.cunix_proto_sendto(struct socket *sock, void *buff, int len, int nonblock, 
socket155net/unix.cunix_proto_recvfrom(struct socket *sock, void *buff, int len, int nonblock, 
socket162net/unix.cunix_proto_shutdown (struct socket *sock, int how)
socket168net/unix.cunix_proto_send(struct socket *sock, void *buff, int len, int nonblock,
socket178net/unix.cunix_proto_recv(struct socket *sock, void *buff, int len, int nonblock,
socket214net/unix.cif (upd->refcnt && upd->socket &&
socket215net/unix.cupd->socket->state == SS_UNCONNECTED &&
socket235net/unix.cupd->socket = NULL;
socket274net/unix.cunix_proto_create(struct socket *sock, int protocol)
socket293net/unix.cupd->socket = sock;
socket300net/unix.cunix_proto_dup(struct socket *newsock, struct socket *oldsock)
socket308net/unix.cunix_proto_release(struct socket *sock, struct socket *peer)
socket316net/unix.cif (upd->socket != sock) {
socket327net/unix.cupd->socket = NULL;
socket344net/unix.cunix_proto_bind(struct socket *sock, struct sockaddr *umyaddr,
socket397net/unix.cunix_proto_connect(struct socket *sock, struct sockaddr *uservaddr,
socket430net/unix.cif ((i = sock_awaitconn(sock, serv_upd->socket)) < 0) {
socket446net/unix.cunix_proto_socketpair(struct socket *sock1, struct socket *sock2)
socket461net/unix.cunix_proto_accept(struct socket *sock, struct socket *newsock, int flags)
socket463net/unix.cstruct socket *clientsock;
socket506net/unix.cunix_proto_getname(struct socket *sock, struct sockaddr *usockaddr,
socket540net/unix.cunix_proto_read(struct socket *sock, char *ubuf, int size, int nonblock)
socket604net/unix.cunix_proto_write(struct socket *sock, char *ubuf, int size, int nonblock)
socket677net/unix.cunix_proto_select(struct socket *sock, int sel_type, select_table * wait)
socket730net/unix.cunix_proto_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)