taglinefilesource code
socket33fs/nfs/sock.cextern struct socket *socki_lookup(struct inode *inode);
socket51fs/nfs/sock.cstruct socket *sock;
socket195include/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,
socket130include/linux/net.hextern int  sock_awaitconn(struct socket *mysock, struct socket *servsock);
socket345net/inet/af_inet.cstatic int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket374net/inet/af_inet.cstatic int inet_setsockopt(struct socket *sock, int level, int optname,
socket390net/inet/af_inet.cstatic int inet_getsockopt(struct socket *sock, int level, int optname,
socket424net/inet/af_inet.cstatic int inet_listen(struct socket *sock, int backlog)
socket466net/inet/af_inet.cstatic int inet_create(struct socket *sock, int protocol)
socket545net/inet/af_inet.csk->socket = sock;
socket672net/inet/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
socket684net/inet/af_inet.cstatic int inet_release(struct socket *sock, struct socket *peer)
socket742net/inet/af_inet.cstatic int inet_bind(struct socket *sock, struct sockaddr *uaddr,
socket840net/inet/af_inet.cstatic int inet_connect(struct socket *sock, struct sockaddr * uaddr,
socket907net/inet/af_inet.cstatic int inet_socketpair(struct socket *sock1, struct socket *sock2)
socket917net/inet/af_inet.cstatic int inet_accept(struct socket *sock, struct socket *newsock, int flags)
socket997net/inet/af_inet.cstatic int inet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1029net/inet/af_inet.cstatic int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
socket1046net/inet/af_inet.cstatic int inet_recv(struct socket *sock, void *ubuf, int size, int noblock,
socket1053net/inet/af_inet.cstatic int inet_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1065net/inet/af_inet.cstatic int inet_send(struct socket *sock, void *ubuf, int size, int noblock, 
socket1082net/inet/af_inet.cstatic int inet_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1087net/inet/af_inet.cstatic int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, 
socket1108net/inet/af_inet.cstatic int inet_shutdown(struct socket *sock, int how)
socket1132net/inet/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
socket1152net/inet/af_inet.cstatic int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket167net/inet/ipx.clen += sprintf (buffer+len,"%02X %d\n", s->state, SOCK_INODE(s->socket)->i_uid);
socket466net/inet/ipx.cstatic int ipx_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket476net/inet/ipx.cstatic int ipx_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
socket514net/inet/ipx.cstatic int ipx_getsockopt(struct socket *sock, int level, int optname,
socket552net/inet/ipx.cstatic int ipx_listen(struct socket *sock, int backlog)
socket569net/inet/ipx.cstatic int ipx_create(struct socket *sock, int protocol)
socket600net/inet/ipx.csk->socket=sock;
socket624net/inet/ipx.cstatic int ipx_dup(struct socket *newsock,struct socket *oldsock)
socket629net/inet/ipx.cstatic int ipx_release(struct socket *sock, struct socket *peer)
socket652net/inet/ipx.cstatic int ipx_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket721net/inet/ipx.cstatic int ipx_connect(struct socket *sock, struct sockaddr *uaddr,
socket756net/inet/ipx.cstatic int ipx_socketpair(struct socket *sock1, struct socket *sock2)
socket761net/inet/ipx.cstatic int ipx_accept(struct socket *sock, struct socket *newsock, int flags)
socket768net/inet/ipx.cstatic int ipx_getname(struct socket *sock, struct sockaddr *uaddr,
socket955net/inet/ipx.cstatic int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1130net/inet/ipx.cstatic int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1135net/inet/ipx.cstatic int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1177net/inet/ipx.cstatic int ipx_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1183net/inet/ipx.cstatic int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1192net/inet/ipx.cstatic int ipx_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1198net/inet/ipx.cstatic int ipx_shutdown(struct socket *sk,int how)
socket1203net/inet/ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
socket1210net/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;
socket86net/socket.cstatic struct socket sockets[NSOCKETS];
socket197net/socket.cstruct socket *socki_lookup(struct inode *inode)
socket199net/socket.cstruct socket *sock;
socket220net/socket.cstatic inline struct socket *sockfd_lookup(int fd, struct file **pfile)
socket237net/socket.cstatic struct socket *sock_alloc(int wait)
socket239net/socket.cstruct socket *sock;
socket304net/socket.cstatic inline void sock_release_peer(struct socket *peer)
socket311net/socket.cstatic void sock_release(struct socket *sock)
socket315net/socket.cstruct socket *peersock, *nextsock;
socket371net/socket.cstruct socket *sock;
socket398net/socket.cstruct socket *sock;
socket438net/socket.cstruct socket *sock;
socket451net/socket.cstruct socket *sock;
socket471net/socket.cstruct socket *sock;
socket493net/socket.cint sock_awaitconn(struct socket *mysock, struct socket *servsock)
socket495net/socket.cstruct socket *last;
socket569net/socket.cstruct socket *sock;
socket634net/socket.cstruct socket *sock1, *sock2;
socket694net/socket.cstruct socket *sock;
socket724net/socket.cstruct socket *sock;
socket754net/socket.cstruct socket *sock, *newsock;
socket814net/socket.cstruct socket *sock;
socket866net/socket.cstruct socket *sock;
socket891net/socket.cstruct socket *sock;
socket916net/socket.cstruct socket *sock;
socket944net/socket.cstruct socket *sock;
socket980net/socket.cstruct socket *sock;
socket1010net/socket.cstruct socket *sock;
socket1046net/socket.cstruct socket *sock;
socket1064net/socket.cstruct socket *sock;
socket1084net/socket.cstruct socket *sock;
socket1102net/socket.cstruct socket *sock;
socket1289net/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  */