tag | line | file | source code |
rthp | 1048 | net/ipv4/route.c | struct rtable *rth, **rthp; |
rthp | 1055 | net/ipv4/route.c | rthp = &ip_rt_hash_table[i]; |
rthp | 1057 | net/ipv4/route.c | while ((rth = *rthp) != NULL) |
rthp | 1068 | net/ipv4/route.c | *rthp = rth_next; |
rthp | 1094 | net/ipv4/route.c | *rthp = rth_next; |
rthp | 1098 | net/ipv4/route.c | rthp = &rth_next->rt_next; |
rthp | 1101 | net/ipv4/route.c | rthp = &rth->rt_next; |
rthp | 1185 | net/ipv4/route.c | struct rtable * rth, **rthp; |
rthp | 1194 | net/ipv4/route.c | for (rthp=&ip_rt_hash_table[i]; (rth=*rthp); rthp=&rth->rt_next) |
rthp | 1200 | net/ipv4/route.c | *rthp=rth->rt_next; |
rthp | 1376 | net/ipv4/route.c | struct rtable **rthp; |
rthp | 1431 | net/ipv4/route.c | rthp = &rth->rt_next; |
rthp | 1439 | net/ipv4/route.c | while ((rth = *rthp) != NULL) |
rthp | 1446 | net/ipv4/route.c | *rthp = rth->rt_next; |
rthp | 1456 | net/ipv4/route.c | rthp = &rth->rt_next; |