Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Dradix.c162 if (x->rn_bmask & key[x->rn_offset]) in rn_search()
185 if ((x->rn_bmask & mask[x->rn_offset]) && in rn_search_m()
186 (x->rn_bmask & key[x->rn_offset])) in rn_search_m()
330 cp = (const u_char *)key + top->rn_offset; in rn_match()
331 cp2 = t->rn_key + top->rn_offset; in rn_match()
394 skip = MIN(t->rn_offset, matched_off); in rn_match()
426 parent->rn_offset = bit >> 3; in rn_newpair()
466 head_off = top->rn_offset; in rn_insert()
499 if (cp[x->rn_offset] & x->rn_bmask) in rn_insert()
513 if ((cp[p->rn_offset] & p->rn_bmask) == 0) in rn_insert()
[all …]
H A Dradix.h81 #define rn_offset rn_u.rn_node.rn_Offset macro
H A Droute.c1147 for (i = rnh->rnh_treetop->rn_offset; i < mlen; i++) { in rt_fixchange()
1158 for (i = rnh->rnh_treetop->rn_offset; i < len; i++) { in rt_fixchange()