tag | line | file | source code |
ipx_socket | 64 | net/inet/ipx.c | static ipx_socket *volatile ipx_socket_list=NULL; |
ipx_socket | 72 | net/inet/ipx.c | static void ipx_remove_socket(ipx_socket *sk) |
ipx_socket | 74 | net/inet/ipx.c | ipx_socket *s; |
ipx_socket | 97 | net/inet/ipx.c | static void ipx_insert_socket(ipx_socket *sk) |
ipx_socket | 105 | net/inet/ipx.c | static ipx_socket *ipx_find_socket(int port) |
ipx_socket | 107 | net/inet/ipx.c | ipx_socket *s; |
ipx_socket | 127 | net/inet/ipx.c | static void ipx_destroy_socket(ipx_socket *sk) |
ipx_socket | 144 | net/inet/ipx.c | ipx_socket *s; |
ipx_socket | 465 | net/inet/ipx.c | ipx_socket *sk; |
ipx_socket | 467 | net/inet/ipx.c | sk=(ipx_socket *)sock->data; |
ipx_socket | 485 | net/inet/ipx.c | ipx_socket *sk; |
ipx_socket | 488 | net/inet/ipx.c | sk=(ipx_socket *)sock->data; |
ipx_socket | 529 | net/inet/ipx.c | ipx_socket *sk; |
ipx_socket | 533 | net/inet/ipx.c | sk=(ipx_socket *)sock->data; |
ipx_socket | 588 | net/inet/ipx.c | ipx_socket *sk; |
ipx_socket | 589 | net/inet/ipx.c | sk=(ipx_socket *)kmalloc(sizeof(*sk),GFP_KERNEL); |
ipx_socket | 648 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 678 | net/inet/ipx.c | ipx_socket *sk; |
ipx_socket | 684 | net/inet/ipx.c | sk=(ipx_socket *)sock->data; |
ipx_socket | 753 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 795 | net/inet/ipx.c | kfree_s(newsock->data,sizeof(ipx_socket)); |
ipx_socket | 804 | net/inet/ipx.c | ipx_socket *sk; |
ipx_socket | 808 | net/inet/ipx.c | sk=(ipx_socket *)sock->data; |
ipx_socket | 844 | net/inet/ipx.c | ipx_socket *sock; |
ipx_socket | 1003 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 1181 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 1249 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 1268 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 62 | net/inet/ipx.h | typedef struct sock ipx_socket; |