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 | 888 | net/inet/ipx.c | static ipx_route * |
ipx_route | 891 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 902 | net/inet/ipx.c | ipx_route *rt; |
ipx_route | 907 | net/inet/ipx.c | rt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC); |
ipx_route | 929 | net/inet/ipx.c | ipx_route **r, *tmp; |
ipx_route | 934 | net/inet/ipx.c | kfree_s(tmp, sizeof(ipx_route)); |
ipx_route | 958 | net/inet/ipx.c | ipx_route **r; |
ipx_route | 959 | net/inet/ipx.c | ipx_route *tmp; |
ipx_route | 968 | net/inet/ipx.c | kfree_s(tmp, sizeof(ipx_route)); |
ipx_route | 985 | net/inet/ipx.c | ipx_route *rt = NULL; |
ipx_route | 1037 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 1217 | net/inet/ipx.c | ipx_route *rt; |
ipx_route | 78 | net/inet/ipx.h | struct ipx_route *ir_next; |