taglinefilesource code
socket38fs/nfs/sock.cextern struct socket *socki_lookup(struct inode *inode);
socket56fs/nfs/sock.cstruct socket *sock;
socket202include/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);
socket354net/inet/af_inet.cstatic int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
socket383net/inet/af_inet.cstatic int inet_setsockopt(struct socket *sock, int level, int optname,
socket399net/inet/af_inet.cstatic int inet_getsockopt(struct socket *sock, int level, int optname,
socket433net/inet/af_inet.cstatic int inet_listen(struct socket *sock, int backlog)
socket475net/inet/af_inet.cstatic int inet_create(struct socket *sock, int protocol)
socket554net/inet/af_inet.csk->socket = sock;
socket681net/inet/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
socket693net/inet/af_inet.cstatic int inet_release(struct socket *sock, struct socket *peer)
socket751net/inet/af_inet.cstatic int inet_bind(struct socket *sock, struct sockaddr *uaddr,
socket849net/inet/af_inet.cstatic int inet_connect(struct socket *sock, struct sockaddr * uaddr,
socket916net/inet/af_inet.cstatic int inet_socketpair(struct socket *sock1, struct socket *sock2)
socket926net/inet/af_inet.cstatic int inet_accept(struct socket *sock, struct socket *newsock, int flags)
socket1006net/inet/af_inet.cstatic int inet_getname(struct socket *sock, struct sockaddr *uaddr,
socket1038net/inet/af_inet.cstatic int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
socket1055net/inet/af_inet.cstatic int inet_recv(struct socket *sock, void *ubuf, int size, int noblock,
socket1062net/inet/af_inet.cstatic int inet_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1074net/inet/af_inet.cstatic int inet_send(struct socket *sock, void *ubuf, int size, int noblock, 
socket1091net/inet/af_inet.cstatic int inet_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1096net/inet/af_inet.cstatic int inet_sendto(struct socket *sock, void *ubuf, int size, int noblock, 
socket1117net/inet/af_inet.cstatic int inet_shutdown(struct socket *sock, int how)
socket1141net/inet/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
socket1161net/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)
socket655net/inet/ipx.cstatic int ipx_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
socket724net/inet/ipx.cstatic int ipx_connect(struct socket *sock, struct sockaddr *uaddr,
socket760net/inet/ipx.cstatic int ipx_socketpair(struct socket *sock1, struct socket *sock2)
socket765net/inet/ipx.cstatic int ipx_accept(struct socket *sock, struct socket *newsock, int flags)
socket772net/inet/ipx.cstatic int ipx_getname(struct socket *sock, struct sockaddr *uaddr,
socket960net/inet/ipx.cstatic int ipx_sendto(struct socket *sock, void *ubuf, int len, int noblock,
socket1136net/inet/ipx.cstatic int ipx_send(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags)
socket1141net/inet/ipx.cstatic int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
socket1183net/inet/ipx.cstatic int ipx_write(struct socket *sock, char *ubuf, int size, int noblock)
socket1189net/inet/ipx.cstatic int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock,
socket1198net/inet/ipx.cstatic int ipx_read(struct socket *sock, char *ubuf, int size, int noblock)
socket1204net/inet/ipx.cstatic int ipx_shutdown(struct socket *sk,int how)
socket1209net/inet/ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
socket1216net/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;
socket87net/socket.cstatic struct socket sockets[NSOCKETS];
socket198net/socket.cstruct socket *socki_lookup(struct inode *inode)
socket200net/socket.cstruct socket *sock;
socket221net/socket.cstatic inline struct socket *sockfd_lookup(int fd, struct file **pfile)
socket238net/socket.cstatic struct socket *sock_alloc(int wait)
socket240net/socket.cstruct socket *sock;
socket305net/socket.cstatic inline void sock_release_peer(struct socket *peer)
socket312net/socket.cstatic void sock_release(struct socket *sock)
socket316net/socket.cstruct socket *peersock, *nextsock;
socket372net/socket.cstruct socket *sock;
socket399net/socket.cstruct socket *sock;
socket439net/socket.cstruct socket *sock;
socket452net/socket.cstruct socket *sock;
socket472net/socket.cstruct socket *sock;
socket494net/socket.cint sock_awaitconn(struct socket *mysock, struct socket *servsock)
socket496net/socket.cstruct socket *last;
socket570net/socket.cstruct socket *sock;
socket635net/socket.cstruct socket *sock1, *sock2;
socket695net/socket.cstruct socket *sock;
socket725net/socket.cstruct socket *sock;
socket755net/socket.cstruct socket *sock, *newsock;
socket815net/socket.cstruct socket *sock;
socket867net/socket.cstruct socket *sock;
socket892net/socket.cstruct socket *sock;
socket917net/socket.cstruct socket *sock;
socket943net/socket.cstruct socket *sock;
socket977net/socket.cstruct socket *sock;
socket1007net/socket.cstruct socket *sock;
socket1043net/socket.cstruct socket *sock;
socket1061net/socket.cstruct socket *sock;
socket1081net/socket.cstruct socket *sock;
socket1099net/socket.cstruct socket *sock;
socket1286net/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  */