tag | line | file | source code |
ipx_route | 199 | net/inet/ipx.c | static ipx_route *ipx_router_list=NULL; |
ipx_route | 200 | net/inet/ipx.c | static ipx_route *ipx_localnet_list=NULL; |
ipx_route | 202 | net/inet/ipx.c | static ipx_route * |
ipx_route | 205 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 223 | net/inet/ipx.c | static ipx_route * |
ipx_route | 229 | net/inet/ipx.c | static ipx_route *ipxrtr_get_dev(long net) |
ipx_route | 231 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 249 | net/inet/ipx.c | static void ipxrtr_add_localnet(ipx_route *newnet) |
ipx_route | 251 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 275 | net/inet/ipx.c | ipx_route *rt=ipxrtr_get_dev(r->ipx_network); |
ipx_route | 302 | net/inet/ipx.c | ipx_route *rt1=ipxrtr_get_dev(r->ipx_router_network); |
ipx_route | 309 | 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 | 336 | 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 | 353 | net/inet/ipx.c | static int ipxrtr_delete_localnet(ipx_route *d) |
ipx_route | 355 | net/inet/ipx.c | ipx_route **r = &ipx_localnet_list; |
ipx_route | 356 | net/inet/ipx.c | ipx_route *tmp; |
ipx_route | 370 | net/inet/ipx.c | ipx_route **r = &ipx_router_list; |
ipx_route | 371 | net/inet/ipx.c | ipx_route *tmp; |
ipx_route | 379 | net/inet/ipx.c | kfree_s(tmp, sizeof(ipx_route)); |
ipx_route | 389 | net/inet/ipx.c | ipx_route **r = &ipx_router_list; |
ipx_route | 390 | net/inet/ipx.c | ipx_route *tmp; |
ipx_route | 397 | net/inet/ipx.c | kfree_s(tmp, sizeof(ipx_route)); |
ipx_route | 430 | net/inet/ipx.c | ipx_route *rt; |
ipx_route | 681 | net/inet/ipx.c | struct ipx_route *rt; |
ipx_route | 846 | net/inet/ipx.c | ipx_route *rt; |
ipx_route | 847 | net/inet/ipx.c | ipx_route *ln; |
ipx_route | 1011 | 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; |