Searched refs:radix_head (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | radix.h | 106 struct radix_head; 110 struct radix_head *head); 112 struct radix_head *head, struct radix_node nodes[]); 114 struct radix_head *head); 116 struct radix_head *head); 119 typedef int rn_walktree_from_t(struct radix_head *head, 125 struct radix_head { struct 131 struct radix_head rh; argument 146 struct radix_head head; 183 struct radix_head *head); [all …]
|
| H A D | radix.c | 58 *rn_insert(void *, struct radix_head *, int *, 65 static void rn_detachhead_internal(struct radix_head *); 212 rn_lookup(void *v_arg, void *m_arg, struct radix_head *head) in rn_lookup() 274 rn_match(void *v_arg, struct radix_head *head) in rn_match() 423 rn_insert(void *v_arg, struct radix_head *head, int *dupentry, in rn_insert() 595 rn_addroute(void *v_arg, void *n_arg, struct radix_head *head, in rn_addroute() 752 rn_delete(void *v_arg, void *netmask_arg, struct radix_head *head) in rn_delete() 940 rn_walktree_from(struct radix_head *h, void *a, void *m, in rn_walktree_from() 1045 rn_walktree(struct radix_head *h, walktree_f_t *f, void *w) in rn_walktree() 1109 rn_detachhead_internal(struct radix_head *head) in rn_detachhead_internal() [all …]
|
| H A D | route.c | 141 struct radix_head * const rnh = arg; in rt_freeentry()
|
| /f-stack/tools/compat/include/net/ |
| H A D | radix.h | 106 struct radix_head; 110 struct radix_head *head); 112 struct radix_head *head, struct radix_node nodes[]); 114 struct radix_head *head); 116 struct radix_head *head); 119 typedef int rn_walktree_from_t(struct radix_head *head, 125 struct radix_head { struct 131 struct radix_head rh; argument 146 struct radix_head head; 183 struct radix_head *head); [all …]
|
| /f-stack/freebsd/net/route/ |
| H A D | route_var.h | 55 struct radix_head head;
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_table.c | 761 struct radix_head *head = NULL; in pfr_lookup_addr() 965 struct radix_head *head = NULL; in pfr_route_kentry() 989 struct radix_head *head = NULL; in pfr_unroute_kentry()
|