Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Dradix.c64 *rn_newpair(void *, int, struct radix_node[2]),
398 rn_newpair(void *v, int b, struct radix_node nodes[2]) in rn_newpair() function
470 t = rn_newpair(v_arg, b, nodes); in rn_insert()
1118 t = rn_newpair(rn_zeros, off, base_nodes); in rn_inithead_internal()
/freebsd-12-stable/sbin/routed/
Dradix.c332 rn_newpair(void *v, int b, struct radix_node nodes[2]) in rn_newpair() function
395 t = rn_newpair(v_arg, b, nodes); tt = t->rn_l; in rn_insert()
865 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes); in rn_inithead()