tag | line | file | source code |
ipx_route | 81 | net/inet/ipx.c | static ipx_route *ipx_routes = NULL; |
ipx_route | 184 | net/inet/ipx.c | static ipx_route * ipxrtr_lookup(unsigned long); |
ipx_route | 878 | net/inet/ipx.c | static ipx_route * |
ipx_route | 881 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 892 | net/inet/ipx.c | ipx_route *rt; |
ipx_route | 897 | net/inet/ipx.c | rt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC); |
ipx_route | 919 | net/inet/ipx.c | ipx_route **r, *tmp; |
ipx_route | 924 | net/inet/ipx.c | kfree_s(tmp, sizeof(ipx_route)); |
ipx_route | 948 | net/inet/ipx.c | ipx_route **r; |
ipx_route | 949 | net/inet/ipx.c | ipx_route *tmp; |
ipx_route | 958 | net/inet/ipx.c | kfree_s(tmp, sizeof(ipx_route)); |
ipx_route | 975 | net/inet/ipx.c | ipx_route *rt = NULL; |
ipx_route | 1027 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 1207 | net/inet/ipx.c | ipx_route *rt; |
ipx_route | 78 | net/inet/ipx.h | struct ipx_route *ir_next; |