Home
last modified time | relevance | path

Searched refs:radix_mask_head (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dradix.h123 struct radix_mask_head;
127 struct radix_mask_head *rnh_masks; /* Storage for our masks */
145 struct radix_mask_head { struct
H A Dradix.c63 static struct radix_node *rn_addmask(void *, struct radix_mask_head *, int,int);
487 rn_addmask(void *n_arg, struct radix_mask_head *maskhead, int search, int skip) in rn_addmask()
1125 struct radix_mask_head *rmh; in rn_inithead()
1134 R_Zalloc(rmh, struct radix_mask_head *, sizeof (*rmh)); in rn_inithead()
/f-stack/tools/compat/include/net/
H A Dradix.h123 struct radix_mask_head;
127 struct radix_mask_head *rnh_masks; /* Storage for our masks */
145 struct radix_mask_head { struct
/f-stack/freebsd/net/route/
H A Droute_var.h67 struct radix_mask_head rmhead; /* masks radix head */