tag | line | file | source code |
ipx_route | 201 | net/inet/ipx.c | static ipx_route *ipx_router_list=NULL; |
ipx_route | 202 | net/inet/ipx.c | static ipx_route *ipx_localnet_list=NULL; |
ipx_route | 204 | net/inet/ipx.c | static ipx_route * |
ipx_route | 207 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 225 | net/inet/ipx.c | static ipx_route * |
ipx_route | 231 | net/inet/ipx.c | static ipx_route *ipxrtr_get_dev(long net) |
ipx_route | 233 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 251 | net/inet/ipx.c | static void ipxrtr_add_localnet(ipx_route *newnet) |
ipx_route | 253 | net/inet/ipx.c | ipx_route *r; |
ipx_route | 277 | net/inet/ipx.c | ipx_route *rt=ipxrtr_get_dev(r->ipx_network); |
ipx_route | 304 | net/inet/ipx.c | ipx_route *rt1=ipxrtr_get_dev(r->ipx_router_network); |
ipx_route | 311 | 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 | 338 | 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 | 355 | net/inet/ipx.c | static int ipxrtr_delete_localnet(ipx_route *d) |
ipx_route | 357 | net/inet/ipx.c | ipx_route **r = &ipx_localnet_list; |
ipx_route | 358 | net/inet/ipx.c | ipx_route *tmp; |
ipx_route | 372 | net/inet/ipx.c | ipx_route **r = &ipx_router_list; |
ipx_route | 373 | net/inet/ipx.c | ipx_route *tmp; |
ipx_route | 381 | net/inet/ipx.c | kfree_s(tmp, sizeof(ipx_route)); |
ipx_route | 391 | net/inet/ipx.c | ipx_route **r = &ipx_router_list; |
ipx_route | 392 | net/inet/ipx.c | ipx_route *tmp; |
ipx_route | 399 | net/inet/ipx.c | kfree_s(tmp, sizeof(ipx_route)); |
ipx_route | 432 | net/inet/ipx.c | ipx_route *rt; |
ipx_route | 654 | net/inet/ipx.c | struct ipx_route *rt; |
ipx_route | 800 | net/inet/ipx.c | ipx_route *rt; |
ipx_route | 801 | net/inet/ipx.c | ipx_route *ln; |
ipx_route | 964 | 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; |