| tag | line | file | source code |
| ipx_route | 205 | net/inet/ipx.c | static ipx_route *ipx_router_list=NULL; |
| ipx_route | 206 | net/inet/ipx.c | static ipx_route *ipx_localnet_list=NULL; |
| ipx_route | 208 | net/inet/ipx.c | static ipx_route * |
| ipx_route | 211 | net/inet/ipx.c | ipx_route *r; |
| ipx_route | 229 | net/inet/ipx.c | static ipx_route * |
| ipx_route | 235 | net/inet/ipx.c | static ipx_route *ipxrtr_get_dev(long net) |
| ipx_route | 237 | net/inet/ipx.c | ipx_route *r; |
| ipx_route | 255 | net/inet/ipx.c | static void ipxrtr_add_localnet(ipx_route *newnet) |
| ipx_route | 257 | net/inet/ipx.c | ipx_route *r; |
| ipx_route | 281 | net/inet/ipx.c | ipx_route *rt=ipxrtr_get_dev(r->ipx_network); |
| ipx_route | 308 | net/inet/ipx.c | ipx_route *rt1=ipxrtr_get_dev(r->ipx_router_network); |
| ipx_route | 315 | 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 | 342 | 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 | 359 | net/inet/ipx.c | static int ipxrtr_delete_localnet(ipx_route *d) |
| ipx_route | 361 | net/inet/ipx.c | ipx_route **r = &ipx_localnet_list; |
| ipx_route | 362 | net/inet/ipx.c | ipx_route *tmp; |
| ipx_route | 376 | net/inet/ipx.c | ipx_route **r = &ipx_router_list; |
| ipx_route | 377 | net/inet/ipx.c | ipx_route *tmp; |
| ipx_route | 385 | net/inet/ipx.c | kfree_s(tmp, sizeof(ipx_route)); |
| ipx_route | 395 | net/inet/ipx.c | ipx_route **r = &ipx_router_list; |
| ipx_route | 396 | net/inet/ipx.c | ipx_route *tmp; |
| ipx_route | 403 | net/inet/ipx.c | kfree_s(tmp, sizeof(ipx_route)); |
| ipx_route | 436 | net/inet/ipx.c | ipx_route *rt; |
| ipx_route | 664 | net/inet/ipx.c | struct ipx_route *rt; |
| ipx_route | 812 | net/inet/ipx.c | ipx_route *rt; |
| ipx_route | 813 | net/inet/ipx.c | ipx_route *ln; |
| ipx_route | 976 | 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; |