tag | line | file | source code |
ipx_routes | 91 | net/ipx/af_ipx.c | static ipx_route *ipx_routes = NULL; |
ipx_routes | 1067 | net/ipx/af_ipx.c | for (r=ipx_routes; (r!=NULL) && (r->ir_net!=net); r=r->ir_next) |
ipx_routes | 1084 | net/ipx/af_ipx.c | rt->ir_next=ipx_routes; |
ipx_routes | 1085 | net/ipx/af_ipx.c | ipx_routes=rt; |
ipx_routes | 1107 | net/ipx/af_ipx.c | for (r = &ipx_routes; (tmp = *r) != NULL; ) { |
ipx_routes | 1137 | net/ipx/af_ipx.c | for (r = &ipx_routes; (tmp = *r) != NULL; ) { |
ipx_routes | 1444 | net/ipx/af_ipx.c | for (rt = ipx_routes; rt != NULL; rt = rt->ir_next) |