Home
last modified time | relevance | path

Searched refs:cand (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Droute.c655 struct rtable *cand, **candp; in rt_intern_hash() local
663 cand = NULL; in rt_intern_hash()
691 cand = rth; in rt_intern_hash()
702 if (cand) { in rt_intern_hash()
710 *candp = cand->u.rt_next; in rt_intern_hash()
711 rt_free(cand); in rt_intern_hash()