Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dradix.c149 x = x->rn_right; in rn_search()
169 x = x->rn_right; in rn_search_m()
287 t = t->rn_right; in rn_match()
413 t->rn_parent = t->rn_right = NULL; in rn_newpair()
467 x = x->rn_right; in rn_insert()
481 p->rn_right = t; in rn_insert()
485 t->rn_right = x; in rn_insert()
487 t->rn_right = tt; in rn_insert()
671 x->rn_right = tt; in rn_addroute()
700 if (t->rn_right == saved_tt) in rn_addroute()
[all …]
H A Dradix.h82 #define rn_right rn_u.rn_node.rn_R macro