tag | line | file | source code |
ipx_route | 202 | net/inet/ipx.c | static ipx_route *ipx_router_list=NULL; |
ipx_route | 203 | net/inet/ipx.c | static ipx_route *ipx_localnet_list=NULL; |
ipx_route | 205 | net/inet/ipx.c | static ipx_route * |
ipx_route | 208 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 226 | net/inet/ipx.c | static ipx_route * |
ipx_route | 232 | net/inet/ipx.c | static ipx_route *ipxrtr_get_dev(long net) |
ipx_route | 234 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 252 | net/inet/ipx.c | static void ipxrtr_add_localnet(ipx_route *newnet) |
ipx_route | 254 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 278 | net/inet/ipx.c | ipx_route *rt=ipxrtr_get_dev(r->ipx_network); |
ipx_route | 305 | net/inet/ipx.c | ipx_route *rt1=ipxrtr_get_dev(r->ipx_router_network); |
ipx_route | 312 | net/inet/ipx.c | rt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC); /* Because we are brave and don't lock the table! */ |
ipx_route | 339 | net/inet/ipx.c | rt=(ipx_route *)kmalloc(sizeof(ipx_route),GFP_ATOMIC); /* Because we are brave and don't lock the table! */ |
ipx_route | 356 | net/inet/ipx.c | static int ipxrtr_delete_localnet(ipx_route *d) |
ipx_route | 358 | net/inet/ipx.c | ipx_route **r = &ipx_localnet_list; |
ipx_route | 359 | net/inet/ipx.c | ipx_route *tmp; |
ipx_route | 373 | net/inet/ipx.c | ipx_route **r = &ipx_router_list; |
ipx_route | 374 | net/inet/ipx.c | ipx_route *tmp; |
ipx_route | 382 | net/inet/ipx.c | kfree_s(tmp, sizeof(ipx_route)); |
ipx_route | 392 | net/inet/ipx.c | ipx_route **r = &ipx_router_list; |
ipx_route | 393 | net/inet/ipx.c | ipx_route *tmp; |
ipx_route | 400 | net/inet/ipx.c | kfree_s(tmp, sizeof(ipx_route)); |
ipx_route | 433 | net/inet/ipx.c | ipx_route *rt; |
ipx_route | 655 | net/inet/ipx.c | struct ipx_route *rt; |
ipx_route | 801 | net/inet/ipx.c | ipx_route *rt; |
ipx_route | 802 | net/inet/ipx.c | ipx_route *ln; |
ipx_route | 965 | net/inet/ipx.c | ipx_route *rt; |
ipx_route | 57 | net/inet/ipx.h | struct ipx_route *next; |
ipx_route | 58 | net/inet/ipx.h | struct ipx_route *nextlocal; |