taglinefilesource code
sock117drivers/net/de600.cstatic unsigned long de600_rspace(struct sock *sk);
sock812drivers/net/de600.cde600_rspace(struct sock *sk)
sock150fs/nfs/inode.cstruct socket *sock;
sock155fs/nfs/inode.csock = &((filp->f_inode)->u.socket_i);
sock158fs/nfs/inode.csock->ops->getname(sock, &(server->toaddr), &dummylen, 1) ;
sock56fs/nfs/sock.cstruct socket *sock;
sock81fs/nfs/sock.csock = &inode->u.socket_i;
sock82fs/nfs/sock.cif (!sock) {
sock107fs/nfs/sock.cresult = sock->ops->sendto(sock, (void *) start, len, 0, 0,
sock166fs/nfs/sock.cresult = sock->ops->recvfrom(sock, (void *)&recv_xid,
sock197fs/nfs/sock.c(void)sock->ops->recvfrom(sock, (void *)&recv_xid,
sock211fs/nfs/sock.cresult=sock->ops->recvfrom(sock, (void *)start, 
sock34fs/smbfs/sock.csmb_data_callback(struct sock *sk,int len)
sock36fs/smbfs/sock.cstruct socket *sock = sk->socket;
sock47fs/smbfs/sock.cresult = sock->ops->recvfrom(sock, (void *)peek_buf, 1, 1,
sock53fs/smbfs/sock.cresult = sock->ops->recvfrom(sock, (void *)peek_buf,
sock62fs/smbfs/sock.cresult = sock->ops->recvfrom(sock, (void *)peek_buf,
sock81fs/smbfs/sock.cstruct socket *sock;
sock82fs/smbfs/sock.cstruct sock   *sk;
sock94fs/smbfs/sock.csock = &(inode->u.socket_i);
sock96fs/smbfs/sock.cif (sock->type != SOCK_STREAM) {
sock102fs/smbfs/sock.csk   = (struct sock *)(sock->data);
sock129fs/smbfs/sock.cstruct socket *sock;
sock130fs/smbfs/sock.cstruct sock   *sk;
sock142fs/smbfs/sock.csock = &(inode->u.socket_i);
sock144fs/smbfs/sock.cif (sock->type != SOCK_STREAM) {
sock149fs/smbfs/sock.csk   = (struct sock *)(sock->data);
sock183fs/smbfs/sock.csmb_receive_raw(struct socket *sock, unsigned char *target,
sock197fs/smbfs/sock.cresult = sock->ops->recvfrom(sock, (void *)peek_buf, 4, 0,
sock243fs/smbfs/sock.cresult = sock->ops->
sock244fs/smbfs/sock.crecvfrom(sock,
sock265fs/smbfs/sock.csmb_receive(struct smb_server *server, struct socket *sock)
sock269fs/smbfs/sock.cresult = smb_receive_raw(sock, server->packet,
sock295fs/smbfs/sock.csmb_receive_trans2(struct smb_server *server, struct socket *sock,
sock308fs/smbfs/sock.cif ((result = smb_receive(server, sock)) < 0) {
sock383fs/smbfs/sock.cif ((result = smb_receive(server, sock)) < 0) {
sock422fs/smbfs/sock.cstruct socket *sock = server_sock(server);
sock425fs/smbfs/sock.cif (sock == NULL)
sock428fs/smbfs/sock.cresult = sock->ops->release(sock, NULL);
sock434fs/smbfs/sock.csock->state = SS_UNCONNECTED;
sock436fs/smbfs/sock.cresult = sock->ops->create(sock, 0);
sock444fs/smbfs/sock.cstruct socket *sock = server_sock(server);
sock445fs/smbfs/sock.cif (sock == NULL)
sock447fs/smbfs/sock.cif (sock->state != SS_UNCONNECTED) {
sock449fs/smbfs/sock.csock->state);
sock451fs/smbfs/sock.creturn sock->ops->connect(sock, (struct sockaddr *)&(server->m.addr),
sock469fs/smbfs/sock.cstruct socket *sock = server_sock(server);
sock472fs/smbfs/sock.cif ((sock == NULL) || (buffer == NULL)) {
sock495fs/smbfs/sock.cresult = sock->ops->send(sock, (void *)buffer, len, 0, 0);
sock500fs/smbfs/sock.cresult = smb_receive(server, sock);
sock537fs/smbfs/sock.cstruct socket *sock = server_sock(server);
sock540fs/smbfs/sock.cif ((sock == NULL) || (buffer == NULL)) {
sock563fs/smbfs/sock.cresult = sock->ops->send(sock, (void *)buffer, len, 0, 0);
sock568fs/smbfs/sock.cresult = smb_receive_trans2(server, sock,
sock603fs/smbfs/sock.cstruct socket *sock = server_sock(server);
sock606fs/smbfs/sock.cif ((sock == NULL) || (buffer == NULL)) {
sock632fs/smbfs/sock.c(unsigned int)buffer, (unsigned int)sock);
sock634fs/smbfs/sock.cresult = sock->ops->send(sock, (void *)buffer, len, 0, 0);
sock644fs/smbfs/sock.cresult = smb_receive_raw(sock, target, max_len, 0);
sock678fs/smbfs/sock.cstruct socket *sock = server_sock(server);
sock681fs/smbfs/sock.cif ((sock == NULL) || (buffer == NULL)) {
sock702fs/smbfs/sock.cresult = sock->ops->send(sock, (void *)nb_header, 4, 0, 0);
sock706fs/smbfs/sock.cresult = sock->ops->send(sock, (void *)source, length, 0, 0);
sock715fs/smbfs/sock.cresult = smb_receive(server, sock);
sock128include/linux/atalk.htypedef struct sock  atalk_socket;
sock37include/linux/etherdevice.hextern void     eth_header_cache(struct device *dev, struct sock *sk, unsigned long saddr, unsigned long daddr);
sock89include/linux/igmp.hextern int ip_mc_join_group(struct sock *sk, struct device *dev, unsigned long addr);
sock90include/linux/igmp.hextern int ip_mc_leave_group(struct sock *sk, struct device *dev,unsigned long addr);
sock91include/linux/igmp.hextern void ip_mc_drop_socket(struct sock *sk);
sock115include/linux/mroute.hextern struct sock *mroute_socket;
sock116include/linux/mroute.hextern int ip_mroute_setsockopt(struct sock *, int, char *, int);
sock117include/linux/mroute.hextern int ip_mroute_getsockopt(struct sock *, int, char *, int *);
sock118include/linux/mroute.hextern int ipmr_ioctl(struct sock *sk, int cmd, unsigned long arg);
sock119include/linux/mroute.hextern void mroute_close(struct sock *sk);
sock93include/linux/net.hint  (*create)  (struct socket *sock, int protocol);
sock95include/linux/net.hint  (*release)  (struct socket *sock, struct socket *peer);
sock96include/linux/net.hint  (*bind)    (struct socket *sock, struct sockaddr *umyaddr,
sock98include/linux/net.hint  (*connect)  (struct socket *sock, struct sockaddr *uservaddr,
sock101include/linux/net.hint  (*accept)  (struct socket *sock, struct socket *newsock,
sock103include/linux/net.hint  (*getname)  (struct socket *sock, struct sockaddr *uaddr,
sock105include/linux/net.hint  (*read)    (struct socket *sock, char *ubuf, int size,
sock107include/linux/net.hint  (*write)  (struct socket *sock, const char *ubuf, int size,
sock109include/linux/net.hint  (*select)  (struct socket *sock, int sel_type,
sock111include/linux/net.hint  (*ioctl)  (struct socket *sock, unsigned int cmd,
sock113include/linux/net.hint  (*listen)  (struct socket *sock, int len);
sock114include/linux/net.hint  (*send)    (struct socket *sock, const void *buff, int len, int nonblock,
sock116include/linux/net.hint  (*recv)    (struct socket *sock, void *buff, int len, int nonblock,
sock118include/linux/net.hint  (*sendto)  (struct socket *sock, const void *buff, int len, int nonblock,
sock120include/linux/net.hint  (*recvfrom)  (struct socket *sock, void *buff, int len, int nonblock,
sock122include/linux/net.hint  (*shutdown)  (struct socket *sock, int flags);
sock123include/linux/net.hint  (*setsockopt)  (struct socket *sock, int level, int optname,
sock125include/linux/net.hint  (*getsockopt)  (struct socket *sock, int level, int optname,
sock127include/linux/net.hint  (*fcntl)  (struct socket *sock, unsigned int cmd,
sock129include/linux/net.hint   (*sendmsg)  (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags);
sock130include/linux/net.hint   (*recvmsg)  (struct socket *sock, struct msghdr *m, int total_len, int nonblock, int flags, int *addr_len);
sock138include/linux/net.hextern int  sock_wake_async(struct socket *sock, int how);
sock142include/linux/net.hextern void  sock_release(struct socket *sock);
sock168include/linux/netdevice.hvoid        (*header_cache)(struct device *dev, struct sock *sk, unsigned long saddr, unsigned long daddr);
sock47include/linux/skbuff.hstruct sock      *sk;      /* Socket we are owned by       */
sock363include/linux/skbuff.hextern struct sk_buff *    skb_recv_datagram(struct sock *sk,unsigned flags,int noblock, int *err);
sock364include/linux/skbuff.hextern int      datagram_select(struct sock *sk, int sel_type, select_table *wait);
sock3include/net/af_unix.htypedef struct sock unix_socket;
sock151include/net/ax25.hstruct sock    *sk;    /* Backlink to socket */
sock32include/net/icmp.hextern int  icmp_ioctl(struct sock *sk, int cmd,
sock44include/net/ip.hextern void    ip_mc_dropsocket(struct sock *);
sock77include/net/ip.hextern int    ip_ioctl(struct sock *sk, int cmd,
sock92include/net/ip.hextern void    ip_queue_xmit(struct sock *sk,
sock95include/net/ip.hextern int     ip_setsockopt(struct sock *sk, int level, int optname, char *optval, int optlen);
sock96include/net/ip.hextern int     ip_getsockopt(struct sock *sk, int level, int optname, char *optval, int *optlen);
sock98include/net/ip.hextern int    ip_build_xmit(struct sock *sk,
sock22include/net/ipx.hunsigned short sock;
sock45include/net/ipx.htypedef struct sock ipx_socket;
sock60include/net/netrom.hstruct sock    *sk;    /* Backlink to socket */
sock92include/net/netrom.hextern void nr_destroy_socket(struct sock *);
sock102include/net/netrom.hextern int  nr_process_rx_frame(struct sock *, struct sk_buff *);
sock105include/net/netrom.hextern void nr_output(struct sock *, struct sk_buff *);
sock106include/net/netrom.hextern void nr_send_nak_frame(struct sock *);
sock107include/net/netrom.hextern void nr_kick(struct sock *);
sock108include/net/netrom.hextern void nr_transmit_buffer(struct sock *, struct sk_buff *);
sock109include/net/netrom.hextern void nr_nr_error_recovery(struct sock *);
sock110include/net/netrom.hextern void nr_establish_data_link(struct sock *);
sock111include/net/netrom.hextern void nr_enquiry_response(struct sock *);
sock112include/net/netrom.hextern void nr_check_iframes_acked(struct sock *, unsigned short);
sock125include/net/netrom.hextern void nr_clear_queues(struct sock *);
sock126include/net/netrom.hextern void nr_frames_acked(struct sock *, unsigned short);
sock127include/net/netrom.hextern void nr_requeue_frames(struct sock *);
sock128include/net/netrom.hextern int  nr_validate_nr(struct sock *, unsigned short);
sock129include/net/netrom.hextern int  nr_in_rx_window(struct sock *, unsigned short);
sock130include/net/netrom.hextern void nr_write_internal(struct sock *, int);
sock132include/net/netrom.hextern unsigned short nr_calculate_t1(struct sock *);
sock133include/net/netrom.hextern void nr_calculate_rtt(struct sock *);
sock136include/net/netrom.hextern void nr_set_timer(struct sock *);
sock26include/net/raw.hextern int  raw_recvfrom(struct sock *sk, unsigned char *to,
sock29include/net/raw.hextern int  raw_read(struct sock *sk, unsigned char *buff,
sock31include/net/raw.hextern int   raw_rcv(struct sock *, struct sk_buff *, struct device *, 
sock71include/net/sock.hstruct sock *    other;
sock117include/net/sock.hstruct sock      *next;
sock118include/net/sock.hstruct sock      *prev; /* Doubly linked chain.. */
sock119include/net/sock.hstruct sock      *pair;
sock232include/net/sock.hvoid      (*state_change)(struct sock *sk);
sock233include/net/sock.hvoid      (*data_ready)(struct sock *sk,int bytes);
sock234include/net/sock.hvoid      (*write_space)(struct sock *sk);
sock235include/net/sock.hvoid      (*error_report)(struct sock *sk);
sock240include/net/sock.hstruct sk_buff *  (*wmalloc)(struct sock *sk,
sock243include/net/sock.hstruct sk_buff *  (*rmalloc)(struct sock *sk,
sock246include/net/sock.hvoid      (*wfree)(struct sock *sk, struct sk_buff *skb);
sock247include/net/sock.hvoid      (*rfree)(struct sock *sk, struct sk_buff *skb);
sock248include/net/sock.hunsigned long    (*rspace)(struct sock *sk);
sock249include/net/sock.hunsigned long    (*wspace)(struct sock *sk);
sock250include/net/sock.hvoid      (*close)(struct sock *sk, int timeout);
sock251include/net/sock.hint      (*read)(struct sock *sk, unsigned char *to,
sock253include/net/sock.hint      (*write)(struct sock *sk, const unsigned char *to,
sock255include/net/sock.hint      (*sendto)(struct sock *sk,
sock259include/net/sock.hint      (*recvfrom)(struct sock *sk,
sock269include/net/sock.hint      (*connect)(struct sock *sk,
sock271include/net/sock.hstruct sock *    (*accept) (struct sock *sk, int flags);
sock272include/net/sock.hvoid      (*queue_xmit)(struct sock *sk,
sock275include/net/sock.hvoid      (*retransmit)(struct sock *sk, int all);
sock276include/net/sock.hvoid      (*write_wakeup)(struct sock *sk);
sock277include/net/sock.hvoid      (*read_wakeup)(struct sock *sk);
sock282include/net/sock.hint      (*select)(struct sock *sk, int which,
sock284include/net/sock.hint      (*ioctl)(struct sock *sk, int cmd,
sock286include/net/sock.hint      (*init)(struct sock *sk);
sock287include/net/sock.hvoid      (*shutdown)(struct sock *sk, int how);
sock288include/net/sock.hint      (*setsockopt)(struct sock *sk, int level, int optname,
sock290include/net/sock.hint      (*getsockopt)(struct sock *sk, int level, int optname,
sock296include/net/sock.hstruct sock *    sock_array[SOCK_ARRAY_SIZE];
sock318include/net/sock.hextern void      destroy_sock(struct sock *sk);
sock321include/net/sock.hextern void      put_sock(unsigned short, struct sock *); 
sock322include/net/sock.hextern void      release_sock(struct sock *sk);
sock323include/net/sock.hextern struct sock    *get_sock(struct proto *, unsigned short,
sock326include/net/sock.hextern struct sock    *get_sock_mcast(struct sock *, unsigned short,
sock329include/net/sock.hextern struct sock    *get_sock_raw(struct sock *, unsigned short,
sock332include/net/sock.hextern struct sk_buff    *sock_wmalloc(struct sock *sk,
sock335include/net/sock.hextern struct sk_buff    *sock_rmalloc(struct sock *sk,
sock338include/net/sock.hextern void      sock_wfree(struct sock *sk,
sock340include/net/sock.hextern void      sock_rfree(struct sock *sk,
sock342include/net/sock.hextern unsigned long    sock_rspace(struct sock *sk);
sock343include/net/sock.hextern unsigned long    sock_wspace(struct sock *sk);
sock345include/net/sock.hextern int      sock_setsockopt(struct sock *sk, int level,
sock349include/net/sock.hextern int      sock_getsockopt(struct sock *sk, int level,
sock352include/net/sock.hextern struct sk_buff     *sock_alloc_send_skb(struct sock *skb,
sock367include/net/sock.hextern __inline__ int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb)
sock384include/net/sock.hextern struct sock *timer_base;
sock386include/net/sock.hextern void delete_timer (struct sock *);
sock387include/net/sock.hextern void reset_timer (struct sock *, int, unsigned long);
sock128include/net/tcp.hextern void  tcp_shutdown (struct sock *sk, int how);
sock134include/net/tcp.hextern int  tcp_ioctl(struct sock *sk, int cmd, unsigned long arg);
sock136include/net/tcp.hextern int tcp_select_window(struct sock *sk);
sock138include/net/tcp.hunsigned long daddr, int len, struct sock *sk);
sock139include/net/tcp.hextern void tcp_send_probe0(struct sock *sk);
sock140include/net/tcp.hextern void tcp_enqueue_partial(struct sk_buff *, struct sock *);
sock141include/net/tcp.hextern struct sk_buff * tcp_dequeue_partial(struct sock *);
sock37include/net/udp.h__u32 daddr, int len, struct sock *sk);
sock38include/net/udp.hextern int  udp_recvfrom(struct sock *sk, unsigned char *to,
sock41include/net/udp.hextern int  udp_read(struct sock *sk, unsigned char *buff,
sock43include/net/udp.hextern int  udp_connect(struct sock *sk,
sock49include/net/udp.hextern int  udp_ioctl(struct sock *sk, int cmd, unsigned long arg);
sock6net/802/llc.cint llc_rx_adm(struct sock *sk,struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns)
sock36net/802/llc.cint llc_rx_setup(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns)
sock70net/802/llc.cint llc_rx_reset(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns)
sock114net/802/llc.cint llc_rx_d_conn(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns)
sock150net/802/llc.cint llc_rx_error(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns)
sock199net/802/llc.cint llc_rx_nr_shared(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns)
sock288net/802/llc.cint llc_rx_normal(struct sock *sk, struct sk_buff *skb, int type, int cmd, int pf, int nr, int ns)
sock931net/appletalk/ddp.cstatic int atalk_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
sock946net/appletalk/ddp.cstatic int atalk_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
sock951net/appletalk/ddp.csk=(atalk_socket *)sock->data;
sock984net/appletalk/ddp.cstatic int atalk_getsockopt(struct socket *sock, int level, int optname,
sock991net/appletalk/ddp.csk=(atalk_socket *)sock->data;
sock1023net/appletalk/ddp.cstatic int atalk_listen(struct socket *sock, int backlog)
sock1032net/appletalk/ddp.cstatic void def_callback1(struct sock *sk)
sock1038net/appletalk/ddp.cstatic void def_callback2(struct sock *sk, int len)
sock1052net/appletalk/ddp.cstatic int atalk_create(struct socket *sock, int protocol)
sock1058net/appletalk/ddp.cswitch(sock->type)
sock1092net/appletalk/ddp.csk->socket=sock;
sock1093net/appletalk/ddp.csk->type=sock->type;
sock1106net/appletalk/ddp.cif(sock!=NULL)
sock1108net/appletalk/ddp.csock->data=(void *)sk;
sock1109net/appletalk/ddp.csk->sleep=sock->wait;
sock1134net/appletalk/ddp.cstatic int atalk_release(struct socket *sock, struct socket *peer)
sock1136net/appletalk/ddp.catalk_socket *sk=(atalk_socket *)sock->data;
sock1142net/appletalk/ddp.csock->data=NULL;
sock1184net/appletalk/ddp.cstatic int atalk_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
sock1189net/appletalk/ddp.csk=(atalk_socket *)sock->data;
sock1239net/appletalk/ddp.cstatic int atalk_connect(struct socket *sock, struct sockaddr *uaddr,
sock1242net/appletalk/ddp.catalk_socket *sk=(atalk_socket *)sock->data;
sock1246net/appletalk/ddp.csock->state = SS_UNCONNECTED;
sock1270net/appletalk/ddp.csock->state = SS_CONNECTED;
sock1288net/appletalk/ddp.cstatic int atalk_accept(struct socket *sock, struct socket *newsock, int flags)
sock1300net/appletalk/ddp.cstatic int atalk_getname(struct socket *sock, struct sockaddr *uaddr,
sock1306net/appletalk/ddp.csk=(atalk_socket *)sock->data;
sock1342net/appletalk/ddp.catalk_socket *sock;
sock1448net/appletalk/ddp.csock=atalk_search_socket( &tosat, atif );
sock1450net/appletalk/ddp.cif(sock==NULL)  /* But not one of our sockets */
sock1461net/appletalk/ddp.cskb->sk = sock;
sock1463net/appletalk/ddp.cif(sock_queue_rcv_skb(sock,skb)<0)
sock1471net/appletalk/ddp.cstatic int atalk_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
sock1473net/appletalk/ddp.catalk_socket *sk=(atalk_socket *)sock->data;
sock1648net/appletalk/ddp.cstatic int atalk_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
sock1660net/appletalk/ddp.creturn atalk_sendmsg(sock,&msg,size,noblock,flags);  
sock1664net/appletalk/ddp.cstatic int atalk_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
sock1666net/appletalk/ddp.creturn atalk_sendto(sock,ubuf,size,noblock,flags,NULL,0);
sock1669net/appletalk/ddp.cstatic int atalk_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
sock1671net/appletalk/ddp.catalk_socket *sk=(atalk_socket *)sock->data;
sock1719net/appletalk/ddp.cstatic int atalk_write(struct socket *sock, const char *ubuf, int size, int noblock)
sock1721net/appletalk/ddp.creturn atalk_send(sock,ubuf,size,noblock,0);
sock1725net/appletalk/ddp.cstatic int atalk_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
sock1739net/appletalk/ddp.creturn atalk_recvmsg(sock,&msg,size,noblock,flags,addr_len);  
sock1742net/appletalk/ddp.cstatic int atalk_recv(struct socket *sock, void *ubuf, int size , int noblock,
sock1745net/appletalk/ddp.catalk_socket *sk=(atalk_socket *)sock->data;
sock1748net/appletalk/ddp.creturn atalk_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL);
sock1751net/appletalk/ddp.cstatic int atalk_read(struct socket *sock, char *ubuf, int size, int noblock)
sock1753net/appletalk/ddp.creturn atalk_recv(sock,ubuf,size,noblock,0);
sock1762net/appletalk/ddp.cstatic int atalk_select(struct socket *sock , int sel_type, select_table *wait)
sock1764net/appletalk/ddp.catalk_socket *sk=(atalk_socket *)sock->data;
sock1773net/appletalk/ddp.cstatic int atalk_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg)
sock1777net/appletalk/ddp.catalk_socket *sk=(atalk_socket *)sock->data;
sock261net/ax25/af_ax25.cstatic struct sock *ax25_find_listener(ax25_address *addr, struct device *dev, int type)
sock286net/ax25/af_ax25.cstatic struct sock *ax25_find_socket(ax25_address *my_addr, ax25_address *dest_addr, int type)
sock335net/ax25/af_ax25.cstatic struct sock *ax25_addr_match(ax25_address *addr)
sock355net/ax25/af_ax25.cstatic void ax25_send_to_raw(struct sock *sk, struct sk_buff *skb, int proto)
sock677net/ax25/af_ax25.cstatic int ax25_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
sock686net/ax25/af_ax25.cstatic int ax25_setsockopt(struct socket *sock, int level, int optname,
sock689net/ax25/af_ax25.cstruct sock *sk;
sock692net/ax25/af_ax25.csk = (struct sock *)sock->data;
sock761net/ax25/af_ax25.cstatic int ax25_getsockopt(struct socket *sock, int level, int optname,
sock764net/ax25/af_ax25.cstruct sock *sk;
sock768net/ax25/af_ax25.csk = (struct sock *)sock->data;
sock826net/ax25/af_ax25.cstatic int ax25_listen(struct socket *sock, int backlog)
sock828net/ax25/af_ax25.cstruct sock *sk = (struct sock *)sock->data;
sock839net/ax25/af_ax25.cstatic void def_callback1(struct sock *sk)
sock845net/ax25/af_ax25.cstatic void def_callback2(struct sock *sk, int len)
sock851net/ax25/af_ax25.cstatic int ax25_create(struct socket *sock, int protocol)
sock853net/ax25/af_ax25.cstruct sock *sk;
sock856net/ax25/af_ax25.cif ((sk = (struct sock *)kmalloc(sizeof(*sk), GFP_ATOMIC)) == NULL)
sock864net/ax25/af_ax25.csk->type = sock->type;
sock866net/ax25/af_ax25.cswitch (sock->type) {
sock884net/ax25/af_ax25.csk->socket        = sock;
sock912net/ax25/af_ax25.cif (sock != NULL) {
sock913net/ax25/af_ax25.csock->data = (void *)sk;
sock914net/ax25/af_ax25.csk->sleep  = sock->wait;
sock923net/ax25/af_ax25.cstatic struct sock *ax25_make_new(struct sock *osk, struct device *dev)
sock925net/ax25/af_ax25.cstruct sock *sk;
sock928net/ax25/af_ax25.cif ((sk = (struct sock *)kmalloc(sizeof(*sk), GFP_ATOMIC)) == NULL)
sock1014net/ax25/af_ax25.cstruct sock *sk = (struct sock *)oldsock->data;
sock1019net/ax25/af_ax25.cstatic int ax25_release(struct socket *sock, struct socket *peer)
sock1021net/ax25/af_ax25.cstruct sock *sk = (struct sock *)sock->data;
sock1070net/ax25/af_ax25.csock->data = NULL;  
sock1081net/ax25/af_ax25.cstatic int ax25_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
sock1083net/ax25/af_ax25.cstruct sock *sk;
sock1088net/ax25/af_ax25.csk = (struct sock *)sock->data;
sock1138net/ax25/af_ax25.cstatic int ax25_connect(struct socket *sock, struct sockaddr *uaddr,
sock1141net/ax25/af_ax25.cstruct sock *sk = (struct sock *)sock->data;
sock1145net/ax25/af_ax25.cif (sk->state == TCP_ESTABLISHED && sock->state == SS_CONNECTING) {
sock1146net/ax25/af_ax25.csock->state = SS_CONNECTED;
sock1150net/ax25/af_ax25.cif (sk->state == TCP_CLOSE && sock->state == SS_CONNECTING) {
sock1151net/ax25/af_ax25.csock->state = SS_UNCONNECTED;
sock1159net/ax25/af_ax25.csock->state = SS_UNCONNECTED;
sock1209net/ax25/af_ax25.csock->state = SS_CONNECTED;
sock1215net/ax25/af_ax25.csock->state        = SS_CONNECTING;
sock1238net/ax25/af_ax25.csock->state = SS_UNCONNECTED;
sock1242net/ax25/af_ax25.csock->state = SS_CONNECTED;
sock1254net/ax25/af_ax25.cstatic int ax25_accept(struct socket *sock, struct socket *newsock, int flags)
sock1256net/ax25/af_ax25.cstruct sock *sk;
sock1257net/ax25/af_ax25.cstruct sock *newsk;
sock1261net/ax25/af_ax25.ckfree_s(newsock->data, sizeof(struct sock));
sock1265net/ax25/af_ax25.csk = (struct sock *)sock->data;
sock1303net/ax25/af_ax25.cstatic int ax25_getname(struct socket *sock, struct sockaddr *uaddr,
sock1308net/ax25/af_ax25.cstruct sock *sk;
sock1311net/ax25/af_ax25.csk = (struct sock *)sock->data;
sock1340net/ax25/af_ax25.cstruct sock *make;
sock1341net/ax25/af_ax25.cstruct sock *sk;
sock1346net/ax25/af_ax25.cstruct sock *raw;
sock1636net/ax25/af_ax25.cstatic int ax25_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
sock1638net/ax25/af_ax25.cstruct sock *sk = (struct sock *)sock->data;
sock1788net/ax25/af_ax25.cstatic int ax25_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
sock1800net/ax25/af_ax25.creturn ax25_sendmsg(sock,&msg,size,noblock,flags);  
sock1804net/ax25/af_ax25.cstatic int ax25_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
sock1806net/ax25/af_ax25.creturn ax25_sendto(sock, ubuf, size, noblock, flags, NULL, 0);
sock1809net/ax25/af_ax25.cstatic int ax25_write(struct socket *sock, const char *ubuf, int size, int noblock)
sock1811net/ax25/af_ax25.creturn ax25_sendto(sock, ubuf, size, noblock, 0, NULL, 0);
sock1814net/ax25/af_ax25.cstatic int ax25_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
sock1816net/ax25/af_ax25.cstruct sock *sk = (struct sock *)sock->data;
sock1884net/ax25/af_ax25.cstatic int ax25_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
sock1898net/ax25/af_ax25.creturn ax25_recvmsg(sock,&msg,size,noblock,flags,addr_len);  
sock1901net/ax25/af_ax25.cstatic int ax25_recv(struct socket *sock, void *ubuf, int size , int noblock,
sock1904net/ax25/af_ax25.cstruct sock *sk = (struct sock *)sock->data;
sock1909net/ax25/af_ax25.creturn ax25_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL);
sock1912net/ax25/af_ax25.cstatic int ax25_read(struct socket *sock, char *ubuf, int size, int noblock)
sock1914net/ax25/af_ax25.creturn ax25_recv(sock, ubuf, size, noblock, 0);
sock1923net/ax25/af_ax25.cstatic int ax25_select(struct socket *sock , int sel_type, select_table *wait)
sock1925net/ax25/af_ax25.cstruct sock *sk = (struct sock *)sock->data;
sock1930net/ax25/af_ax25.cstatic int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
sock1932net/ax25/af_ax25.cstruct sock *sk = (struct sock *)sock->data;
sock55net/core/datagram.cstruct sk_buff *skb_recv_datagram(struct sock *sk, unsigned flags, int noblock, int *err)
sock192net/core/datagram.cint datagram_select(struct sock *sk, int sel_type, select_table *wait)
sock390net/core/dev.c((struct sock *)ptype->data != skb->sk))
sock119net/core/sock.cint sock_setsockopt(struct sock *sk, int level, int optname,
sock217net/core/sock.cint sock_getsockopt(struct sock *sk, int level, int optname,
sock307net/core/sock.cstruct sk_buff *sock_wmalloc(struct sock *sk, unsigned long size, int force, int priority)
sock330net/core/sock.cstruct sk_buff *sock_rmalloc(struct sock *sk, unsigned long size, int force, int priority)
sock353net/core/sock.cunsigned long sock_rspace(struct sock *sk)
sock370net/core/sock.cunsigned long sock_wspace(struct sock *sk)
sock384net/core/sock.cvoid sock_wfree(struct sock *sk, struct sk_buff *skb)
sock405net/core/sock.cvoid sock_rfree(struct sock *sk, struct sk_buff *skb)
sock426net/core/sock.cstruct sk_buff *sock_alloc_send_skb(struct sock *sk, unsigned long size, unsigned long fallback, int noblock, int *errcode)
sock510net/core/sock.cvoid release_sock(struct sock *sk)
sock217net/ethernet/eth.cvoid eth_header_cache(struct device *dev, struct sock *sk, unsigned long saddr, unsigned long daddr)
sock107net/ipv4/af_inet.cstruct sock *sk;
sock135net/ipv4/af_inet.cstruct sock *sk;
sock179net/ipv4/af_inet.cvoid put_sock(unsigned short num, struct sock *sk)
sock181net/ipv4/af_inet.cstruct sock *sk1;
sock182net/ipv4/af_inet.cstruct sock *sk2;
sock248net/ipv4/af_inet.cstatic void remove_sock(struct sock *sk1)
sock250net/ipv4/af_inet.cstruct sock **p;
sock285net/ipv4/af_inet.cvoid destroy_sock(struct sock *sk)
sock403net/ipv4/af_inet.cstatic int inet_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
sock405net/ipv4/af_inet.cstruct sock *sk;
sock407net/ipv4/af_inet.csk = (struct sock *) sock->data;
sock432net/ipv4/af_inet.cstatic int inet_setsockopt(struct socket *sock, int level, int optname,
sock435net/ipv4/af_inet.cstruct sock *sk = (struct sock *) sock->data;  
sock448net/ipv4/af_inet.cstatic int inet_getsockopt(struct socket *sock, int level, int optname,
sock451net/ipv4/af_inet.cstruct sock *sk = (struct sock *) sock->data;    
sock464net/ipv4/af_inet.cstatic int inet_autobind(struct sock *sk)
sock484net/ipv4/af_inet.cstatic int inet_listen(struct socket *sock, int backlog)
sock486net/ipv4/af_inet.cstruct sock *sk = (struct sock *) sock->data;
sock516net/ipv4/af_inet.cstatic void def_callback1(struct sock *sk)
sock522net/ipv4/af_inet.cstatic void def_callback2(struct sock *sk,int len)
sock531net/ipv4/af_inet.cstatic void def_callback3(struct sock *sk)
sock547net/ipv4/af_inet.cstatic int inet_create(struct socket *sock, int protocol)
sock549net/ipv4/af_inet.cstruct sock *sk;
sock553net/ipv4/af_inet.csk = (struct sock *) kmalloc(sizeof(*sk), GFP_KERNEL);
sock559net/ipv4/af_inet.cswitch(sock->type) 
sock620net/ipv4/af_inet.csk->socket = sock;
sock626net/ipv4/af_inet.csk->type = sock->type;
sock714net/ipv4/af_inet.csk->sleep = sock->wait;
sock720net/ipv4/af_inet.csock->data =(void *) sk;
sock770net/ipv4/af_inet.creturn(inet_create(newsock,((struct sock *)(oldsock->data))->protocol));
sock777net/ipv4/af_inet.cstatic inline int closing(struct sock * sk)
sock795net/ipv4/af_inet.cstatic int inet_release(struct socket *sock, struct socket *peer)
sock797net/ipv4/af_inet.cstruct sock *sk = (struct sock *) sock->data;
sock850net/ipv4/af_inet.csock->data = NULL;
sock857net/ipv4/af_inet.cstatic int inet_bind(struct socket *sock, struct sockaddr *uaddr,
sock861net/ipv4/af_inet.cstruct sock *sk=(struct sock *)sock->data, *sk2;
sock871net/ipv4/af_inet.cif(sock->type != SOCK_RAW)
sock899net/ipv4/af_inet.cif(sock->type != SOCK_RAW)
sock928net/ipv4/af_inet.cif(sock->type==SOCK_DGRAM)
sock930net/ipv4/af_inet.cif(sock->type==SOCK_STREAM)
sock945net/ipv4/af_inet.cstatic int inet_error(struct sock *sk)
sock962net/ipv4/af_inet.cstatic int inet_connect(struct socket *sock, struct sockaddr * uaddr,
sock965net/ipv4/af_inet.cstruct sock *sk=(struct sock *)sock->data;
sock967net/ipv4/af_inet.csock->conn = NULL;
sock969net/ipv4/af_inet.cif (sock->state == SS_CONNECTING && tcp_connected(sk->state))
sock971net/ipv4/af_inet.csock->state = SS_CONNECTED;
sock976net/ipv4/af_inet.cif (sock->state == SS_CONNECTING && sk->protocol == IPPROTO_TCP && (flags & O_NONBLOCK))
sock982net/ipv4/af_inet.cif (sock->state != SS_CONNECTING) 
sock992net/ipv4/af_inet.csock->state = SS_CONNECTING;
sock995net/ipv4/af_inet.cif (sk->state > TCP_FIN_WAIT2 && sock->state==SS_CONNECTING)
sock997net/ipv4/af_inet.csock->state=SS_UNCONNECTED;
sock1017net/ipv4/af_inet.csock->state = SS_UNCONNECTED;
sock1023net/ipv4/af_inet.csock->state = SS_CONNECTED;
sock1027net/ipv4/af_inet.csock->state = SS_UNCONNECTED;
sock1044net/ipv4/af_inet.cstatic int inet_accept(struct socket *sock, struct socket *newsock, int flags)
sock1046net/ipv4/af_inet.cstruct sock *sk1, *sk2;
sock1049net/ipv4/af_inet.csk1 = (struct sock *) sock->data;
sock1058net/ipv4/af_inet.cstruct sock *sk=(struct sock *)newsock->data;
sock1121net/ipv4/af_inet.cstatic int inet_getname(struct socket *sock, struct sockaddr *uaddr,
sock1125net/ipv4/af_inet.cstruct sock *sk;
sock1128net/ipv4/af_inet.csk = (struct sock *) sock->data;
sock1153net/ipv4/af_inet.cstatic int inet_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, 
sock1156net/ipv4/af_inet.cstruct sock *sk = (struct sock *) sock->data;
sock1170net/ipv4/af_inet.cstatic int inet_recv(struct socket *sock, void *ubuf, int size, int noblock,
sock1174net/ipv4/af_inet.creturn inet_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL);
sock1177net/ipv4/af_inet.cstatic int inet_read(struct socket *sock, char *ubuf, int size, int noblock)
sock1179net/ipv4/af_inet.cstruct sock *sk = (struct sock *) sock->data;
sock1189net/ipv4/af_inet.cstatic int inet_send(struct socket *sock, const void *ubuf, int size, int noblock, 
sock1192net/ipv4/af_inet.cstruct sock *sk = (struct sock *) sock->data;
sock1206net/ipv4/af_inet.cstatic int inet_write(struct socket *sock, const char *ubuf, int size, int noblock)
sock1208net/ipv4/af_inet.creturn inet_send(sock,ubuf,size,noblock,0);
sock1211net/ipv4/af_inet.cstatic int inet_sendto(struct socket *sock, const void *ubuf, int size, int noblock, 
sock1214net/ipv4/af_inet.cstruct sock *sk = (struct sock *) sock->data;
sock1232net/ipv4/af_inet.cstatic int inet_shutdown(struct socket *sock, int how)
sock1234net/ipv4/af_inet.cstruct sock *sk=(struct sock*)sock->data;
sock1245net/ipv4/af_inet.cif (sock->state == SS_CONNECTING && sk->state == TCP_ESTABLISHED)
sock1246net/ipv4/af_inet.csock->state = SS_CONNECTED;
sock1256net/ipv4/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
sock1258net/ipv4/af_inet.cstruct sock *sk=(struct sock *) sock->data;
sock1276net/ipv4/af_inet.cstatic int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
sock1278net/ipv4/af_inet.cstruct sock *sk=(struct sock *)sock->data;
sock1373net/ipv4/af_inet.cstruct sock *get_sock(struct proto *prot, unsigned short num,
sock1377net/ipv4/af_inet.cstruct sock *s;
sock1378net/ipv4/af_inet.cstruct sock *result = NULL;
sock1437net/ipv4/af_inet.cstruct sock *get_sock_raw(struct sock *sk, 
sock1442net/ipv4/af_inet.cstruct sock *s;
sock1466net/ipv4/af_inet.cstruct sock *get_sock_mcast(struct sock *sk, 
sock1471net/ipv4/af_inet.cstruct sock *s;
sock230net/ipv4/icmp.cstruct sock *sk=icmp_socket.data;
sock692net/ipv4/icmp.cstruct sock *sk;
sock346net/ipv4/igmp.cint ip_mc_join_group(struct sock *sk , struct device *dev, unsigned long addr)
sock380net/ipv4/igmp.cint ip_mc_leave_group(struct sock *sk, struct device *dev, unsigned long addr)
sock406net/ipv4/igmp.cvoid ip_mc_drop_socket(struct sock *sk)
sock156net/ipv4/ip.cextern void sort_send(struct sock *sk);
sock176net/ipv4/ip.cint ip_ioctl(struct sock *sk, int cmd, unsigned long arg)
sock874net/ipv4/ip.cvoid ip_fragment(struct sock *sk, struct sk_buff *skb, struct device *dev, int is_frag)
sock1335net/ipv4/ip.cstruct sock *raw_sk=NULL;
sock1624net/ipv4/ip.cstruct sock *sknext=NULL;
sock1798net/ipv4/ip.cvoid ip_queue_xmit(struct sock *sk, struct device *dev,
sock2088net/ipv4/ip.cint ip_setsockopt(struct sock *sk, int level, int optname, char *optval, int optlen)
sock2356net/ipv4/ip.cint ip_getsockopt(struct sock *sk, int level, int optname, char *optval, int *optlen)
sock2439net/ipv4/ip.cint ip_build_xmit(struct sock *sk,
sock67net/ipv4/ipmr.cint ip_mroute_setsockopt(struct sock *sk,int optname,char *optval,int optlen)
sock203net/ipv4/ipmr.cint ip_mroute_getsockopt(struct sock *sk,int optname,char *optval,int *optlen)
sock231net/ipv4/ipmr.cint ipmr_ioctl(struct sock *sk, int cmd, unsigned long arg)
sock274net/ipv4/ipmr.cvoid mroute_close(struct sock *sk)
sock75net/ipv4/packet.cstruct sock *sk;
sock83net/ipv4/packet.csk = (struct sock *) pt->data;  
sock144net/ipv4/packet.cstatic int packet_sendto(struct sock *sk, const unsigned char *from, int len,
sock227net/ipv4/packet.cstatic int packet_write(struct sock *sk, const unsigned char *buff, 
sock240net/ipv4/packet.cstatic void packet_close(struct sock *sk, int timeout)
sock258net/ipv4/packet.cstatic int packet_init(struct sock *sk)
sock276net/ipv4/packet.csk->pair = (struct sock *)p;
sock287net/ipv4/packet.cint packet_recvfrom(struct sock *sk, unsigned char *to, int len,
sock367net/ipv4/packet.cint packet_read(struct sock *sk, unsigned char *buff,
sock61net/ipv4/proc.cstruct sock **s_array;
sock62net/ipv4/proc.cstruct sock *sp;
sock61net/ipv4/raw.cstruct sock *mroute_socket=NULL;
sock79net/ipv4/raw.cstruct sock *sk;
sock83net/ipv4/raw.csk = (struct sock *) protocol->data;
sock116net/ipv4/raw.cint raw_rcv(struct sock *sk, struct sk_buff *skb, struct device *dev, __u32 saddr, __u32 daddr)
sock178net/ipv4/raw.cstatic int raw_sendto(struct sock *sk, const unsigned char *from, 
sock230net/ipv4/raw.cstatic int raw_write(struct sock *sk, const unsigned char *buff, int len, int noblock,
sock237net/ipv4/raw.cstatic void raw_close(struct sock *sk, int timeout)
sock250net/ipv4/raw.cstatic int raw_init(struct sock *sk)
sock261net/ipv4/raw.cint raw_recvfrom(struct sock *sk, unsigned char *to, int len,
sock299net/ipv4/raw.cint raw_read (struct sock *sk, unsigned char *buff, int len, int noblock,unsigned flags)
sock453net/ipv4/tcp.cvolatile struct sock *th_cache_sk;
sock468net/ipv4/tcp.cstatic void tcp_close(struct sock *sk, int timeout);
sock494net/ipv4/tcp.cstatic __inline__ void tcp_set_state(struct sock *sk, int state)
sock529net/ipv4/tcp.cint tcp_select_window(struct sock *sk)
sock558net/ipv4/tcp.cstatic struct sk_buff *tcp_find_established(struct sock *s)
sock578net/ipv4/tcp.cstatic struct sk_buff *tcp_dequeue_established(struct sock *s)
sock597net/ipv4/tcp.cstatic void tcp_close_pending (struct sock *sk) 
sock614net/ipv4/tcp.cstatic void tcp_time_wait(struct sock *sk)
sock628net/ipv4/tcp.cvoid tcp_do_retransmit(struct sock *sk, int all)
sock777net/ipv4/tcp.cstatic void reset_xmit_timer(struct sock *sk, int why, unsigned long when)
sock798net/ipv4/tcp.cvoid tcp_retransmit_time(struct sock *sk, int all)
sock834net/ipv4/tcp.cstatic void tcp_retransmit(struct sock *sk, int all)
sock856net/ipv4/tcp.cstatic int tcp_write_timeout(struct sock *sk)
sock928net/ipv4/tcp.cstruct sock *sk = (struct sock*)data;
sock1040net/ipv4/tcp.cstruct sock *sk;
sock1095net/ipv4/tcp.cstatic int tcp_readable(struct sock *sk)
sock1169net/ipv4/tcp.cstatic int tcp_listen_select(struct sock *sk, int sel_type, select_table *wait)
sock1192net/ipv4/tcp.cstatic int tcp_select(struct sock *sk, int sel_type, select_table *wait)
sock1241net/ipv4/tcp.cint tcp_ioctl(struct sock *sk, int cmd, unsigned long arg)
sock1310net/ipv4/tcp.cunsigned long daddr, int len, struct sock *sk)
sock1323net/ipv4/tcp.cstatic void tcp_send_skb(struct sock *sk, struct sk_buff *skb)
sock1442net/ipv4/tcp.cstruct sk_buff * tcp_dequeue_partial(struct sock * sk)
sock1462net/ipv4/tcp.cstatic void tcp_send_partial(struct sock *sk)
sock1476net/ipv4/tcp.cvoid tcp_enqueue_partial(struct sk_buff * skb, struct sock * sk)
sock1506net/ipv4/tcp.cstruct sock *sk,
sock1621net/ipv4/tcp.cextern __inline int tcp_build_header(struct tcphdr *th, struct sock *sk, int push)
sock1645net/ipv4/tcp.cstatic int tcp_write(struct sock *sk, const unsigned char *from,
sock1966net/ipv4/tcp.cstatic int tcp_sendto(struct sock *sk, const unsigned char *from,
sock1991net/ipv4/tcp.cstatic void tcp_read_wakeup(struct sock *sk)
sock2073net/ipv4/tcp.cstatic void cleanup_rbuf(struct sock *sk)
sock2161net/ipv4/tcp.cstatic int tcp_read_urg(struct sock * sk, int nonblock,
sock2218net/ipv4/tcp.cstatic int tcp_read(struct sock *sk, unsigned char *to,
sock2452net/ipv4/tcp.cstatic int tcp_close_state(struct sock *sk, int dead)
sock2506net/ipv4/tcp.cstatic void tcp_send_fin(struct sock *sk)
sock2607net/ipv4/tcp.cvoid tcp_shutdown(struct sock *sk, int how)
sock2660net/ipv4/tcp.ctcp_recvfrom(struct sock *sk, unsigned char *to,
sock2784net/ipv4/tcp.cstatic void tcp_options(struct sock *sk, struct tcphdr *th)
sock2869net/ipv4/tcp.cstatic void tcp_conn_request(struct sock *sk, struct sk_buff *skb,
sock2876net/ipv4/tcp.cstruct sock *newsk;
sock2919net/ipv4/tcp.cnewsk = (struct sock *) kmalloc(sizeof(struct sock), GFP_ATOMIC);
sock3140net/ipv4/tcp.cstatic void tcp_close(struct sock *sk, int timeout)
sock3213net/ipv4/tcp.cstatic void tcp_write_xmit(struct sock *sk)
sock3302net/ipv4/tcp.cextern __inline__ int tcp_ack(struct sock *sk, struct tcphdr *th, unsigned long saddr, int len)
sock3905net/ipv4/tcp.cstatic int tcp_fin(struct sk_buff *skb, struct sock *sk, struct tcphdr *th)
sock3992net/ipv4/tcp.cextern __inline__ int tcp_data(struct sk_buff *skb, struct sock *sk, 
sock4319net/ipv4/tcp.cstatic void tcp_check_urg(struct sock * sk, struct tcphdr * th)
sock4351net/ipv4/tcp.cextern __inline__ int tcp_urg(struct sock *sk, struct tcphdr *th,
sock4392net/ipv4/tcp.cstatic struct sock *tcp_accept(struct sock *sk, int flags)
sock4394net/ipv4/tcp.cstruct sock *newsk;
sock4451net/ipv4/tcp.cstatic int tcp_connect(struct sock *sk, struct sockaddr_in *usin, int addr_len)
sock4611net/ipv4/tcp.cextern __inline__ int tcp_sequence(struct sock *sk, struct tcphdr *th, short len,
sock4667net/ipv4/tcp.cstatic int tcp_std_reset(struct sock *sk, struct sk_buff *skb)
sock4705net/ipv4/tcp.cstruct sock *sk;
sock4722net/ipv4/tcp.csk=(struct sock *)th_cache_sk;
sock5103net/ipv4/tcp.cstatic void tcp_write_wakeup(struct sock *sk)
sock5325net/ipv4/tcp.cvoid tcp_send_probe0(struct sock *sk)
sock5343net/ipv4/tcp.cint tcp_setsockopt(struct sock *sk, int level, int optname, char *optval, int optlen)
sock5379net/ipv4/tcp.cint tcp_getsockopt(struct sock *sk, int level, int optname, char *optval, int *optlen)
sock53net/ipv4/timer.cvoid delete_timer (struct sock *t)
sock66net/ipv4/timer.cvoid reset_timer (struct sock *t, int timeout, unsigned long len)
sock88net/ipv4/timer.cstruct sock *sk = (struct sock*)data;
sock122net/ipv4/udp.cvolatile struct sock *uh_cache_sk;
sock137net/ipv4/udp.cstatic int udp_deliver(struct sock *sk, struct udphdr *uh, struct sk_buff *skb, struct device *dev, long saddr, long daddr, int len);
sock157net/ipv4/udp.cstruct sock *sk;
sock293net/ipv4/udp.cstatic int udp_send(struct sock *sk, struct sockaddr_in *sin,
sock332net/ipv4/udp.cstatic int udp_sendto(struct sock *sk, const unsigned char *from, int len, int noblock,
sock401net/ipv4/udp.cstatic int udp_write(struct sock *sk, const unsigned char *buff, int len, int noblock,
sock412net/ipv4/udp.cint udp_ioctl(struct sock *sk, int cmd, unsigned long arg)
sock467net/ipv4/udp.cint udp_recvfrom(struct sock *sk, unsigned char *to, int len,
sock519net/ipv4/udp.cint udp_read(struct sock *sk, unsigned char *buff, int len, int noblock,
sock526net/ipv4/udp.cint udp_connect(struct sock *sk, struct sockaddr_in *usin, int addr_len)
sock555net/ipv4/udp.cstatic void udp_close(struct sock *sk, int timeout)
sock576net/ipv4/udp.cstruct sock *sk;
sock643net/ipv4/udp.cstruct sock *sknext=NULL;
sock669net/ipv4/udp.csk=(struct sock *)uh_cache_sk;
sock698net/ipv4/udp.cstatic int udp_deliver(struct sock *sk, struct udphdr *uh, struct sk_buff *skb, struct device *dev, long saddr, long daddr, int len)
sock327net/ipx/af_ipx.cipxitf_def_skb_handler(struct sock *sock, struct sk_buff *skb)
sock331net/ipx/af_ipx.cif((retval = sock_queue_rcv_skb(sock, skb))<0) {
sock352net/ipx/af_ipx.csock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock);
sock362net/ipx/af_ipx.cswitch (ntohs(ipx->ipx_dest.sock)) {
sock373net/ipx/af_ipx.cipx->ipx_dest.sock);
sock1037net/ipx/af_ipx.cipx->ipx_source.sock = sk->ipx_port;
sock1040net/ipx/af_ipx.cipx->ipx_dest.sock=usipx->sipx_port;
sock1200net/ipx/af_ipx.chtons(s->ipx_dest_addr.sock));
sock1274net/ipx/af_ipx.cstatic int ipx_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
sock1283net/ipx/af_ipx.cstatic int ipx_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
sock1288net/ipx/af_ipx.csk=(ipx_socket *)sock->data;
sock1319net/ipx/af_ipx.cstatic int ipx_getsockopt(struct socket *sock, int level, int optname,
sock1326net/ipx/af_ipx.csk=(ipx_socket *)sock->data;
sock1357net/ipx/af_ipx.cstatic int ipx_listen(struct socket *sock, int backlog)
sock1362net/ipx/af_ipx.cstatic void def_callback1(struct sock *sk)
sock1368net/ipx/af_ipx.cstatic void def_callback2(struct sock *sk, int len)
sock1378net/ipx/af_ipx.cipx_create(struct socket *sock, int protocol)
sock1384net/ipx/af_ipx.cswitch(sock->type)
sock1408net/ipx/af_ipx.csk->socket=sock;
sock1409net/ipx/af_ipx.csk->type=sock->type;
sock1417net/ipx/af_ipx.cif(sock!=NULL)
sock1419net/ipx/af_ipx.csock->data=(void *)sk;
sock1420net/ipx/af_ipx.csk->sleep=sock->wait;
sock1432net/ipx/af_ipx.cstatic int ipx_release(struct socket *sock, struct socket *peer)
sock1434net/ipx/af_ipx.cipx_socket *sk=(ipx_socket *)sock->data;
sock1440net/ipx/af_ipx.csock->data=NULL;
sock1468net/ipx/af_ipx.cstatic int ipx_bind(struct socket *sock, struct sockaddr *uaddr,int addr_len)
sock1474net/ipx/af_ipx.csk=(ipx_socket *)sock->data;
sock1513net/ipx/af_ipx.cstatic int ipx_connect(struct socket *sock, struct sockaddr *uaddr,
sock1516net/ipx/af_ipx.cipx_socket *sk=(ipx_socket *)sock->data;
sock1520net/ipx/af_ipx.csock->state = SS_UNCONNECTED;
sock1534net/ipx/af_ipx.cret = ipx_bind (sock, (struct sockaddr *)&uaddr, sizeof(struct sockaddr_ipx));
sock1541net/ipx/af_ipx.csk->ipx_dest_addr.sock=addr->sipx_port;
sock1544net/ipx/af_ipx.csock->state = SS_CONNECTED;
sock1554net/ipx/af_ipx.cstatic int ipx_accept(struct socket *sock, struct socket *newsock, int flags)
sock1561net/ipx/af_ipx.cstatic int ipx_getname(struct socket *sock, struct sockaddr *uaddr,
sock1568net/ipx/af_ipx.csk=(ipx_socket *)sock->data;
sock1578net/ipx/af_ipx.csipx.sipx_port = addr->sock;
sock1635net/ipx/af_ipx.cp->node[3],p->node[4],p->node[5],ntohs(p->sock));
sock1694net/ipx/af_ipx.cstatic int ipx_sendto(struct socket *sock, const void *ubuf, int len, int noblock,
sock1697net/ipx/af_ipx.cipx_socket *sk=(ipx_socket *)sock->data;
sock1712net/ipx/af_ipx.cret = ipx_bind (sock, (struct sockaddr *)&uaddr, sizeof(struct sockaddr_ipx));
sock1726net/ipx/af_ipx.cusipx->sipx_port=sk->ipx_dest_addr.sock;
sock1737net/ipx/af_ipx.cstatic int ipx_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
sock1739net/ipx/af_ipx.creturn ipx_sendto(sock,ubuf,size,noblock,flags,NULL,0);
sock1742net/ipx/af_ipx.cstatic int ipx_recvfrom(struct socket *sock, void *ubuf, int size, int noblock,
sock1745net/ipx/af_ipx.cipx_socket *sk=(ipx_socket *)sock->data;
sock1778net/ipx/af_ipx.csipx->sipx_port=ipx->ipx_source.sock;
sock1787net/ipx/af_ipx.cstatic int ipx_write(struct socket *sock, const char *ubuf, int size, int noblock)
sock1789net/ipx/af_ipx.creturn ipx_send(sock,ubuf,size,noblock,0);
sock1793net/ipx/af_ipx.cstatic int ipx_recv(struct socket *sock, void *ubuf, int size , int noblock,
sock1796net/ipx/af_ipx.cipx_socket *sk=(ipx_socket *)sock->data;
sock1799net/ipx/af_ipx.creturn ipx_recvfrom(sock,ubuf,size,noblock,flags,NULL, NULL);
sock1802net/ipx/af_ipx.cstatic int ipx_read(struct socket *sock, char *ubuf, int size, int noblock)
sock1804net/ipx/af_ipx.creturn ipx_recv(sock,ubuf,size,noblock,0);
sock1813net/ipx/af_ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
sock1815net/ipx/af_ipx.cipx_socket *sk=(ipx_socket *)sock->data;
sock1820net/ipx/af_ipx.cstatic int ipx_ioctl(struct socket *sock,unsigned int cmd, unsigned long arg)
sock1824net/ipx/af_ipx.cipx_socket *sk=(ipx_socket *)sock->data;
sock70net/netrom/af_netrom.cstatic struct sock *volatile nr_list = NULL;
sock75net/netrom/af_netrom.cstatic void nr_remove_socket(struct sock *sk)
sock77net/netrom/af_netrom.cstruct sock *s;
sock107net/netrom/af_netrom.cstruct sock *s;
sock140net/netrom/af_netrom.cstatic void nr_insert_socket(struct sock *sk)
sock157net/netrom/af_netrom.cstatic struct sock *nr_find_listener(ax25_address *addr, int type)
sock160net/netrom/af_netrom.cstruct sock *s;
sock179net/netrom/af_netrom.cstatic struct sock *nr_find_socket(unsigned char index, unsigned char id, int type)
sock181net/netrom/af_netrom.cstruct sock *s;
sock202net/netrom/af_netrom.cstatic struct sock *nr_find_peer(unsigned char index, unsigned char id, int type)
sock204net/netrom/af_netrom.cstruct sock *s;
sock225net/netrom/af_netrom.cvoid nr_destory_socket(struct sock *);
sock232net/netrom/af_netrom.cnr_destroy_socket((struct sock *)data);
sock241net/netrom/af_netrom.cvoid nr_destroy_socket(struct sock *sk)  /* Not static as its used by the timer */
sock284net/netrom/af_netrom.cstatic int nr_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
sock293net/netrom/af_netrom.cstatic int nr_setsockopt(struct socket *sock, int level, int optname,
sock296net/netrom/af_netrom.cstruct sock *sk;
sock299net/netrom/af_netrom.csk = (struct sock *)sock->data;
sock343net/netrom/af_netrom.cstatic int nr_getsockopt(struct socket *sock, int level, int optname,
sock346net/netrom/af_netrom.cstruct sock *sk;
sock350net/netrom/af_netrom.csk = (struct sock *)sock->data;
sock392net/netrom/af_netrom.cstatic int nr_listen(struct socket *sock, int backlog)
sock394net/netrom/af_netrom.cstruct sock *sk = (struct sock *)sock->data;
sock406net/netrom/af_netrom.cstatic void def_callback1(struct sock *sk)
sock412net/netrom/af_netrom.cstatic void def_callback2(struct sock *sk, int len)
sock418net/netrom/af_netrom.cstatic int nr_create(struct socket *sock, int protocol)
sock420net/netrom/af_netrom.cstruct sock *sk;
sock423net/netrom/af_netrom.cif ((sk = (struct sock *)kmalloc(sizeof(*sk), GFP_ATOMIC)) == NULL)
sock431net/netrom/af_netrom.csk->type = sock->type;
sock433net/netrom/af_netrom.cswitch (sock->type) {
sock448net/netrom/af_netrom.csk->socket        = sock;
sock477net/netrom/af_netrom.cif (sock != NULL) {
sock478net/netrom/af_netrom.csock->data = (void *)sk;
sock479net/netrom/af_netrom.csk->sleep  = sock->wait;
sock525net/netrom/af_netrom.cstatic struct sock *nr_make_new(struct sock *osk)
sock527net/netrom/af_netrom.cstruct sock *sk;
sock530net/netrom/af_netrom.cif ((sk = (struct sock *)kmalloc(sizeof(*sk), GFP_ATOMIC)) == NULL)
sock616net/netrom/af_netrom.cstruct sock *sk = (struct sock *)oldsock->data;
sock621net/netrom/af_netrom.cstatic int nr_release(struct socket *sock, struct socket *peer)
sock623net/netrom/af_netrom.cstruct sock *sk = (struct sock *)sock->data;
sock671net/netrom/af_netrom.csock->data = NULL;  
sock676net/netrom/af_netrom.cstatic int nr_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
sock678net/netrom/af_netrom.cstruct sock *sk;
sock683net/netrom/af_netrom.csk = (struct sock *)sock->data;
sock737net/netrom/af_netrom.cstatic int nr_connect(struct socket *sock, struct sockaddr *uaddr,
sock740net/netrom/af_netrom.cstruct sock *sk = (struct sock *)sock->data;
sock745net/netrom/af_netrom.cif (sk->state == TCP_ESTABLISHED && sock->state == SS_CONNECTING) {
sock746net/netrom/af_netrom.csock->state = SS_CONNECTED;
sock750net/netrom/af_netrom.cif (sk->state == TCP_CLOSE && sock->state == SS_CONNECTING) {
sock751net/netrom/af_netrom.csock->state = SS_UNCONNECTED;
sock759net/netrom/af_netrom.csock->state = SS_UNCONNECTED;
sock792net/netrom/af_netrom.csock->state   = SS_CONNECTING;
sock817net/netrom/af_netrom.csock->state = SS_UNCONNECTED;
sock821net/netrom/af_netrom.csock->state = SS_CONNECTED;
sock833net/netrom/af_netrom.cstatic int nr_accept(struct socket *sock, struct socket *newsock, int flags)
sock835net/netrom/af_netrom.cstruct sock *sk;
sock836net/netrom/af_netrom.cstruct sock *newsk;
sock840net/netrom/af_netrom.ckfree_s(newsock->data, sizeof(struct sock));
sock844net/netrom/af_netrom.csk = (struct sock *)sock->data;
sock882net/netrom/af_netrom.cstatic int nr_getname(struct socket *sock, struct sockaddr *uaddr,
sock886net/netrom/af_netrom.cstruct sock *sk;
sock888net/netrom/af_netrom.csk = (struct sock *)sock->data;
sock910net/netrom/af_netrom.cstruct sock *sk;
sock911net/netrom/af_netrom.cstruct sock *make;  
sock1023net/netrom/af_netrom.cstatic int nr_sendmsg(struct socket *sock, struct msghdr *msg, int len, int noblock, int flags)
sock1025net/netrom/af_netrom.cstruct sock *sk = (struct sock *)sock->data;
sock1128net/netrom/af_netrom.cstatic int nr_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
sock1140net/netrom/af_netrom.creturn nr_sendmsg(sock,&msg,size,noblock,flags);  
sock1143net/netrom/af_netrom.cstatic int nr_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags)
sock1145net/netrom/af_netrom.creturn nr_sendto(sock, ubuf, size, noblock, flags, NULL, 0);
sock1148net/netrom/af_netrom.cstatic int nr_write(struct socket *sock, const char *ubuf, int size, int noblock)
sock1150net/netrom/af_netrom.creturn nr_sendto(sock, ubuf, size, noblock, 0, NULL, 0);
sock1153net/netrom/af_netrom.cstatic int nr_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock,
sock1156net/netrom/af_netrom.cstruct sock *sk = (struct sock *)sock->data;
sock1208net/netrom/af_netrom.cstatic int nr_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
sock1222net/netrom/af_netrom.creturn nr_recvmsg(sock,&msg,size,noblock,flags,addr_len);  
sock1226net/netrom/af_netrom.cstatic int nr_recv(struct socket *sock, void *ubuf, int size , int noblock,
sock1229net/netrom/af_netrom.cstruct sock *sk = (struct sock *)sock->data;
sock1234net/netrom/af_netrom.creturn nr_recvfrom(sock, ubuf, size, noblock, flags, NULL, NULL);
sock1237net/netrom/af_netrom.cstatic int nr_read(struct socket *sock, char *ubuf, int size, int noblock)
sock1239net/netrom/af_netrom.creturn nr_recv(sock, ubuf, size, noblock, 0);
sock1247net/netrom/af_netrom.cstatic int nr_select(struct socket *sock , int sel_type, select_table *wait)
sock1249net/netrom/af_netrom.cstruct sock *sk = (struct sock *)sock->data;
sock1254net/netrom/af_netrom.cstatic int nr_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
sock1256net/netrom/af_netrom.cstruct sock *sk = (struct sock *)sock->data;
sock1344net/netrom/af_netrom.cstruct sock *s;
sock51net/netrom/nr_in.cstatic int nr_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more)
sock95net/netrom/nr_in.cstatic int nr_state1_machine(struct sock *sk, struct sk_buff *skb, int frametype)
sock141net/netrom/nr_in.cstatic int nr_state2_machine(struct sock *sk, struct sk_buff *skb, int frametype)
sock170net/netrom/nr_in.cstatic int nr_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype)
sock324net/netrom/nr_in.cint nr_process_rx_frame(struct sock *sk, struct sk_buff *skb)
sock48net/netrom/nr_out.cvoid nr_output(struct sock *sk, struct sk_buff *skb)
sock103net/netrom/nr_out.cstatic void nr_send_iframe(struct sock *sk, struct sk_buff *skb)
sock117net/netrom/nr_out.cvoid nr_send_nak_frame(struct sock *sk)
sock134net/netrom/nr_out.cvoid nr_kick(struct sock *sk)
sock194net/netrom/nr_out.cvoid nr_transmit_buffer(struct sock *sk, struct sk_buff *skb)
sock235net/netrom/nr_out.cvoid nr_nr_error_recovery(struct sock *sk)
sock240net/netrom/nr_out.cvoid nr_establish_data_link(struct sock *sk)
sock254net/netrom/nr_out.cvoid nr_enquiry_response(struct sock *sk)
sock272net/netrom/nr_out.cvoid nr_check_iframes_acked(struct sock *sk, unsigned short nr)
sock47net/netrom/nr_subr.cvoid nr_clear_queues(struct sock *sk)
sock77net/netrom/nr_subr.cvoid nr_frames_acked(struct sock *sk, unsigned short nr)
sock100net/netrom/nr_subr.cvoid nr_requeue_frames(struct sock *sk)
sock117net/netrom/nr_subr.cint nr_validate_nr(struct sock *sk, unsigned short nr)
sock134net/netrom/nr_subr.cint nr_in_rx_window(struct sock *sk, unsigned short ns)
sock153net/netrom/nr_subr.cvoid nr_write_internal(struct sock *sk, int frametype)
sock294net/netrom/nr_subr.cunsigned short nr_calculate_t1(struct sock *sk)
sock309net/netrom/nr_subr.cvoid nr_calculate_rtt(struct sock *sk)
sock48net/netrom/nr_timer.cvoid nr_set_timer(struct sock *sk)
sock65net/netrom/nr_timer.cstatic void nr_reset_timer(struct sock *sk)
sock88net/netrom/nr_timer.cstruct sock *sk = (struct sock *)param;
sock236net/socket.cstruct socket * sock;
sock247net/socket.csock = &inode->u.socket_i;
sock248net/socket.csock->state = SS_UNCONNECTED;
sock249net/socket.csock->flags = 0;
sock250net/socket.csock->ops = NULL;
sock251net/socket.csock->data = NULL;
sock252net/socket.csock->conn = NULL;
sock253net/socket.csock->iconn = NULL;
sock254net/socket.csock->next = NULL;
sock255net/socket.csock->wait = &inode->i_wait;
sock256net/socket.csock->inode = inode;    /* "backlink": we could use pointer arithmetic instead */
sock257net/socket.csock->fasync_list = NULL;
sock259net/socket.creturn sock;
sock273net/socket.cvoid sock_release(struct socket *sock)
sock278net/socket.cif ((oldstate = sock->state) != SS_UNCONNECTED)
sock279net/socket.csock->state = SS_DISCONNECTING;
sock285net/socket.cfor (peersock = sock->iconn; peersock; peersock = nextsock) 
sock296net/socket.cpeersock = (oldstate == SS_CONNECTED) ? sock->conn : NULL;
sock297net/socket.cif (sock->ops) 
sock298net/socket.csock->ops->release(sock, peersock);
sock302net/socket.ciput(SOCK_INODE(sock));
sock321net/socket.cstruct socket *sock;
sock324net/socket.csock = socki_lookup(inode); 
sock325net/socket.cif (sock->flags & SO_ACCEPTCON) 
sock334net/socket.creturn(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK)));
sock344net/socket.cstruct socket *sock;
sock347net/socket.csock = socki_lookup(inode); 
sock349net/socket.cif (sock->flags & SO_ACCEPTCON) 
sock359net/socket.creturn(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)));
sock370net/socket.cstruct socket *sock;
sock371net/socket.csock = socki_lookup(inode); 
sock372net/socket.creturn(sock->ops->ioctl(sock, cmd, arg));
sock378net/socket.cstruct socket *sock;
sock380net/socket.csock = socki_lookup(inode);
sock386net/socket.cif (sock->ops->select)
sock387net/socket.creturn(sock->ops->select(sock, sel_type, wait));
sock411net/socket.cstruct socket *sock;
sock421net/socket.csock = socki_lookup(inode);
sock423net/socket.cprev=&(sock->fasync_list);
sock442net/socket.cfna->fa_next=sock->fasync_list;
sock443net/socket.csock->fasync_list=fna;
sock457net/socket.cint sock_wake_async(struct socket *sock, int how)
sock459net/socket.cif (!sock || !sock->fasync_list)
sock464net/socket.ckill_fasync(sock->fasync_list, SIGIO);
sock467net/socket.cif (!(sock->flags & SO_WAITDATA))
sock468net/socket.ckill_fasync(sock->fasync_list, SIGIO);
sock471net/socket.cif (sock->flags & SO_NOSPACE)
sock473net/socket.ckill_fasync(sock->fasync_list, SIGIO);
sock474net/socket.csock->flags &= ~SO_NOSPACE;
sock490net/socket.cstruct socket *sock;
sock525net/socket.cif (!(sock = sock_alloc())) 
sock532net/socket.csock->type = type;
sock533net/socket.csock->ops = ops;
sock534net/socket.cif ((i = sock->ops->create(sock, protocol)) < 0) 
sock536net/socket.csock_release(sock);
sock540net/socket.cif ((fd = get_fd(SOCK_INODE(sock))) < 0) 
sock542net/socket.csock_release(sock);
sock620net/socket.cstruct socket *sock;
sock628net/socket.cif (!(sock = sockfd_lookup(fd, NULL))) 
sock634net/socket.cif ((i = sock->ops->bind(sock, (struct sockaddr *)address, addrlen)) < 0) 
sock650net/socket.cstruct socket *sock;
sock654net/socket.cif (!(sock = sockfd_lookup(fd, NULL))) 
sock657net/socket.cif (sock->state != SS_UNCONNECTED) 
sock662net/socket.cif (sock->ops && sock->ops->listen)
sock663net/socket.csock->ops->listen(sock, backlog);
sock664net/socket.csock->flags |= SO_ACCEPTCON;
sock680net/socket.cstruct socket *sock, *newsock;
sock687net/socket.cif (!(sock = sockfd_lookup(fd, &file))) 
sock689net/socket.cif (sock->state != SS_UNCONNECTED) 
sock693net/socket.cif (!(sock->flags & SO_ACCEPTCON)) 
sock704net/socket.cnewsock->type = sock->type;
sock705net/socket.cnewsock->ops = sock->ops;
sock706net/socket.cif ((i = sock->ops->dup(newsock, sock)) < 0) 
sock712net/socket.ci = newsock->ops->accept(sock, newsock, file->f_flags);
sock741net/socket.cstruct socket *sock;
sock749net/socket.cif (!(sock = sockfd_lookup(fd, &file)))
sock755net/socket.cswitch(sock->state) 
sock762net/socket.cif(sock->type == SOCK_DGRAM) /* Hack for now - move this all into the protocol */
sock777net/socket.ci = sock->ops->connect(sock, (struct sockaddr *)address, addrlen, file->f_flags);
sock792net/socket.cstruct socket *sock;
sock799net/socket.cif (!(sock = sockfd_lookup(fd, NULL)))
sock802net/socket.cerr=sock->ops->getname(sock, (struct sockaddr *)address, &len, 0);
sock817net/socket.cstruct socket *sock;
sock824net/socket.cif (!(sock = sockfd_lookup(fd, NULL)))
sock827net/socket.cerr=sock->ops->getname(sock, (struct sockaddr *)address, &len, 1);
sock842net/socket.cstruct socket *sock;
sock848net/socket.cif (!(sock = sockfd_lookup(fd, NULL))) 
sock856net/socket.creturn(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags));
sock868net/socket.cstruct socket *sock;
sock875net/socket.cif (!(sock = sockfd_lookup(fd, NULL)))
sock887net/socket.creturn(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK),
sock902net/socket.cstruct socket *sock;
sock909net/socket.cif (!(sock = sockfd_lookup(fd, NULL))) 
sock920net/socket.creturn(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags));
sock932net/socket.cstruct socket *sock;
sock939net/socket.cif (!(sock = sockfd_lookup(fd, NULL))) 
sock950net/socket.clen=sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK),
sock968net/socket.cstruct socket *sock;
sock973net/socket.cif (!(sock = sockfd_lookup(fd, NULL))) 
sock976net/socket.creturn(sock->ops->setsockopt(sock, level, optname, optval, optlen));
sock986net/socket.cstruct socket *sock;
sock991net/socket.cif (!(sock = sockfd_lookup(fd, NULL)))
sock994net/socket.cif (!sock->ops->getsockopt) 
sock996net/socket.creturn(sock->ops->getsockopt(sock, level, optname, optval, optlen));
sock1006net/socket.cstruct socket *sock;
sock1011net/socket.cif (!(sock = sockfd_lookup(fd, NULL))) 
sock1014net/socket.creturn(sock->ops->shutdown(sock, how));
sock1023net/socket.cstruct socket *sock;
sock1033net/socket.cif (!(sock = sockfd_lookup(fd, NULL)))
sock1047net/socket.cif(sock->ops->sendmsg==NULL)
sock1049net/socket.creturn sock->ops->sendmsg(sock, &msg_sys, total_len, (file->f_flags&O_NONBLOCK), flags);
sock1058net/socket.cstruct socket *sock;
sock1070net/socket.cif (!(sock = sockfd_lookup(fd, NULL)))
sock1084net/socket.cif(sock->ops->recvmsg==NULL)
sock1086net/socket.clen=sock->ops->recvmsg(sock, &msg_sys, total_len, (file->f_flags&O_NONBLOCK), flags, &addr_len);
sock1104net/socket.cstruct socket *sock;
sock1106net/socket.csock = socki_lookup (filp->f_inode);
sock1107net/socket.cif (sock != NULL && sock->ops != NULL && sock->ops->fcntl != NULL)
sock1108net/socket.creturn(sock->ops->fcntl(sock, cmd, arg));
sock197net/unix/af_unix.cstatic int unix_fcntl(struct socket *sock, unsigned int cmd, unsigned long arg)
sock206net/unix/af_unix.cstatic int unix_setsockopt(struct socket *sock, int level, int optname, char *optval, int optlen)
sock208net/unix/af_unix.cunix_socket *sk=sock->data;
sock214net/unix/af_unix.cstatic int unix_getsockopt(struct socket *sock, int level, int optname, char *optval, int *optlen)
sock216net/unix/af_unix.cunix_socket *sk=sock->data;
sock222net/unix/af_unix.cstatic int unix_listen(struct socket *sock, int backlog)
sock224net/unix/af_unix.cunix_socket *sk=sock->data;
sock232net/unix/af_unix.cstatic void def_callback1(struct sock *sk)
sock238net/unix/af_unix.cstatic void def_callback2(struct sock *sk, int len)
sock247net/unix/af_unix.cstatic void def_callback3(struct sock *sk)
sock256net/unix/af_unix.cstatic int unix_create(struct socket *sock, int protocol)
sock265net/unix/af_unix.csk->type=sock->type;
sock266net/unix/af_unix.cswitch(sock->type)
sock310net/unix/af_unix.csk->socket=sock;
sock311net/unix/af_unix.csock->data=(void *)sk;
sock312net/unix/af_unix.csk->sleep=sock->wait;
sock323net/unix/af_unix.cstatic int unix_release(struct socket *sock, struct socket *peer)
sock325net/unix/af_unix.cunix_socket *sk=sock->data;
sock376net/unix/af_unix.cstatic int unix_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
sock379net/unix/af_unix.cunix_socket *sk=sock->data;
sock420net/unix/af_unix.cstatic int unix_connect(struct socket *sock, struct sockaddr *uaddr, int addr_len, int flags)
sock422net/unix/af_unix.cunix_socket *sk=sock->data;
sock430net/unix/af_unix.cif(sock->state==SS_CONNECTING && sk->state==TCP_ESTABLISHED)
sock432net/unix/af_unix.csock->state=SS_CONNECTED;
sock435net/unix/af_unix.cif(sock->state==SS_CONNECTING && sk->state == TCP_CLOSE)
sock437net/unix/af_unix.csock->state=SS_UNCONNECTED;
sock440net/unix/af_unix.cif(sock->state==SS_CONNECTING)
sock454net/unix/af_unix.csock->state=SS_UNCONNECTED;
sock457net/unix/af_unix.cif(sock->type==SOCK_DGRAM)
sock464net/unix/af_unix.csock->state=SS_CONNECTED;
sock470net/unix/af_unix.cif(sock->state==SS_UNCONNECTED)
sock494net/unix/af_unix.csock->state=SS_CONNECTING;
sock526net/unix/af_unix.csock->state=SS_UNCONNECTED;
sock535net/unix/af_unix.csock->state=SS_CONNECTED;
sock570net/unix/af_unix.cstatic int unix_accept(struct socket *sock, struct socket *newsock, int flags)
sock572net/unix/af_unix.cunix_socket *sk=sock->data;
sock631net/unix/af_unix.cstatic int unix_getname(struct socket *sock, struct sockaddr *uaddr, int *uaddr_len, int peer)
sock633net/unix/af_unix.cunix_socket *sk=sock->data;
sock654net/unix/af_unix.cstatic int unix_sendmsg(struct socket *sock, struct msghdr *msg, int len, int nonblock, int flags)
sock656net/unix/af_unix.cunix_socket *sk=sock->data;
sock678net/unix/af_unix.cif(sock->type==SOCK_STREAM)
sock704net/unix/af_unix.cif(sock->type==SOCK_DGRAM)
sock714net/unix/af_unix.cif(size > 4000 && sock->type!=SOCK_DGRAM)
sock745net/unix/af_unix.cif(sock->type==SOCK_DGRAM && other->dead)
sock749net/unix/af_unix.csock->state=SS_UNCONNECTED;
sock779net/unix/af_unix.cstatic int unix_recvmsg(struct socket *sock, struct msghdr *msg, int size, int noblock, int flags, int *addr_len)
sock781net/unix/af_unix.cunix_socket *sk=sock->data;
sock886net/unix/af_unix.cif(sock->type==SOCK_DGRAM)
sock897net/unix/af_unix.cstatic int unix_shutdown(struct socket *sock, int mode)
sock899net/unix/af_unix.cunix_socket *sk=(unix_socket *)sock->data;
sock926net/unix/af_unix.cstatic int unix_select(struct socket *sock,  int sel_type, select_table *wait)
sock928net/unix/af_unix.creturn datagram_select(sock->data,sel_type,wait);
sock931net/unix/af_unix.cstatic int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
sock933net/unix/af_unix.cunix_socket *sk=sock->data;
sock1014net/unix/af_unix.cstatic int unix_recvfrom(struct socket *sock, void *ubuf, int size, int noblock, unsigned flags,
sock1028net/unix/af_unix.creturn unix_recvmsg(sock,&msg,size,noblock,flags,addr_len);  
sock1031net/unix/af_unix.cstatic int unix_read(struct socket *sock, char *ubuf, int size, int noblock)
sock1033net/unix/af_unix.creturn unix_recvfrom(sock,ubuf,size,noblock,0,NULL,NULL);
sock1036net/unix/af_unix.cstatic int unix_recv(struct socket *sock, void *ubuf, int size, int noblock, unsigned int flags)
sock1038net/unix/af_unix.creturn unix_recvfrom(sock,ubuf,size,noblock,flags,NULL,NULL);
sock1041net/unix/af_unix.cstatic int unix_sendto(struct socket *sock, const void *ubuf, int size, int noblock, unsigned flags,
sock1053net/unix/af_unix.creturn unix_sendmsg(sock,&msg,size,noblock,flags);  
sock1056net/unix/af_unix.cstatic int unix_write(struct socket *sock, const char *ubuf, int size, int noblock)
sock1058net/unix/af_unix.creturn unix_sendto(sock,ubuf,size,noblock, 0, NULL, 0);
sock1061net/unix/af_unix.cstatic int unix_send(struct socket *sock, const void *ubuf, int size, int noblock, unsigned int flags)
sock1063net/unix/af_unix.creturn unix_sendto(sock,ubuf,size,noblock, flags, NULL, 0);