Searched refs:rn_bit (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dradix.c86 * branching removed. The index rn_bit at an internal node n represents a bit
88 * of a node n have keys whose bits all agree up to position rn_bit - 1.
89 * (We say the index of n is rn_bit.)
91 * There is at least one descendant which has a one bit at position rn_bit,
101 * If a node n has a descendant (k, m) with index(m) == index(n) == rn_bit,
103 * If the index(m) < rn_bit, this implies the trailing last few bits of k
150 for (x = head, v = v_arg; x->rn_bit >= 0;) {
169 for (x = head; x->rn_bit >= 0;) {
282 int test, b, rn_bit; local
288 for (; t->rn_bit >
[all...]
H A Dradix.h55 short rn_bit; /* bit offset; -1-index(netmask) */ member in struct:radix_node

Completed in 157 milliseconds