tag | line | file | source code |
ipx_routes | 87 | net/ipx/af_ipx.c | static ipx_route *ipx_routes = NULL; |
ipx_routes | 898 | net/ipx/af_ipx.c | for (r=ipx_routes; (r!=NULL) && (r->ir_net!=net); r=r->ir_next) |
ipx_routes | 915 | net/ipx/af_ipx.c | rt->ir_next=ipx_routes; |
ipx_routes | 916 | net/ipx/af_ipx.c | ipx_routes=rt; |
ipx_routes | 936 | net/ipx/af_ipx.c | for (r = &ipx_routes; (tmp = *r) != NULL; ) { |
ipx_routes | 966 | net/ipx/af_ipx.c | for (r = &ipx_routes; (tmp = *r) != NULL; ) { |
ipx_routes | 1229 | net/ipx/af_ipx.c | for (rt = ipx_routes; rt != NULL; rt = rt->ir_next) |