tag | line | file | source code |
ipx_socket | 67 | net/inet/ipx.c | static ipx_socket *volatile ipx_socket_list=NULL; |
ipx_socket | 75 | net/inet/ipx.c | static void ipx_remove_socket(ipx_socket *sk) |
ipx_socket | 77 | net/inet/ipx.c | ipx_socket *s; |
ipx_socket | 100 | net/inet/ipx.c | static void ipx_insert_socket(ipx_socket *sk) |
ipx_socket | 108 | net/inet/ipx.c | static ipx_socket *ipx_find_socket(int port) |
ipx_socket | 110 | net/inet/ipx.c | ipx_socket *s; |
ipx_socket | 130 | net/inet/ipx.c | static void ipx_destroy_socket(ipx_socket *sk) |
ipx_socket | 147 | net/inet/ipx.c | ipx_socket *s; |
ipx_socket | 468 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 478 | net/inet/ipx.c | ipx_socket *sk; |
ipx_socket | 481 | net/inet/ipx.c | sk=(ipx_socket *)sock->data; |
ipx_socket | 517 | net/inet/ipx.c | ipx_socket *sk; |
ipx_socket | 521 | net/inet/ipx.c | sk=(ipx_socket *)sock->data; |
ipx_socket | 571 | net/inet/ipx.c | ipx_socket *sk; |
ipx_socket | 572 | net/inet/ipx.c | sk=(ipx_socket *)kmalloc(sizeof(*sk),GFP_KERNEL); |
ipx_socket | 631 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 654 | net/inet/ipx.c | ipx_socket *sk; |
ipx_socket | 659 | net/inet/ipx.c | sk=(ipx_socket *)sock->data; |
ipx_socket | 724 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 764 | net/inet/ipx.c | kfree_s(newsock->data,sizeof(ipx_socket)); |
ipx_socket | 773 | net/inet/ipx.c | ipx_socket *sk; |
ipx_socket | 775 | net/inet/ipx.c | sk=(ipx_socket *)sock->data; |
ipx_socket | 799 | net/inet/ipx.c | ipx_socket *sock; |
ipx_socket | 958 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 1138 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 1186 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 1205 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 1214 | net/inet/ipx.c | ipx_socket *sk=(ipx_socket *)sock->data; |
ipx_socket | 62 | net/inet/ipx.h | typedef struct sock ipx_socket; |