tag | line | file | source code |
rt_base | 88 | net/tcp/ip.c | static struct rtable *rt_base=NULL; /* used to base all the routing data. */ |
rt_base | 262 | net/tcp/ip.c | for (rt=rt_base; rt != NULL; rt=rt->next) |
rt_base | 281 | net/tcp/ip.c | if ((r = rt_base) == NULL) return; /* nothing to remove! */ |
rt_base | 293 | net/tcp/ip.c | if (p == NULL) rt_base = r->next; |
rt_base | 316 | net/tcp/ip.c | if (rt_base == NULL) |
rt_base | 319 | net/tcp/ip.c | rt_base = rt; |
rt_base | 335 | net/tcp/ip.c | r1=rt_base; |
rt_base | 336 | net/tcp/ip.c | for (r=rt_base; r != NULL; r=r->next) |
rt_base | 341 | net/tcp/ip.c | if (r == rt_base) |
rt_base | 344 | net/tcp/ip.c | rt_base = rt; |
rt_base | 359 | net/tcp/ip.c | if (r == rt_base) |
rt_base | 361 | net/tcp/ip.c | rt->next = rt_base; |
rt_base | 362 | net/tcp/ip.c | rt_base = rt; |