Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dradix.c151 x = x->rn_left; in rn_search()
171 x = x->rn_left; in rn_search_m()
289 t = t->rn_left; in rn_match()
409 t->rn_left = tt; in rn_newpair()
469 x = x->rn_left; in rn_insert()
477 tt = t->rn_left; in rn_insert()
479 p->rn_left = t; in rn_insert()
488 t->rn_left = x; in rn_insert()
668 if (x->rn_left == t) in rn_addroute()
669 x->rn_left = tt; in rn_addroute()
[all …]
H A Dradix.h81 #define rn_left rn_u.rn_node.rn_L macro