Searched refs:rnh_masks (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/net/
H A Dradix.c218 x = rn_addmask(m_arg, head->rnh_masks, 1,
626 x = rn_addmask(n_arg, head->rnh_masks, 0, top->rn_offset);
788 x = rn_addmask(netmask, head->rnh_masks, 1, head_off);
1160 rnh->rh.rnh_masks = rmh;
1195 rn_walktree(&rnh->rh.rnh_masks->head, rn_freeentry, rnh->rh.rnh_masks);
1196 rn_detachhead_internal(&rnh->rh.rnh_masks->head);
H A Dradix.h125 struct radix_mask_head *rnh_masks; /* Storage for our masks */ member in struct:radix_head
H A Droute.c106 rh->head.rnh_masks = &rh->rmhead;

Completed in 124 milliseconds