Searched refs:ipf_rdx_head_t (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | radix_ipf.h | 65 } ipf_rdx_head_t; typedef 85 extern int ipf_rx_inithead(radix_softc_t *, ipf_rdx_head_t **); 86 extern void ipf_rx_freehead(ipf_rdx_head_t *); 87 extern ipf_rdx_node_t *ipf_rx_addroute(ipf_rdx_head_t *, 90 extern ipf_rdx_node_t *ipf_rx_delete(ipf_rdx_head_t *, addrfamily_t *, 92 extern void ipf_rx_walktree(ipf_rdx_head_t *, radix_walk_func_t,
|
H A D | radix_ipf.c | 32 static ipf_rdx_node_t *ipf_rx_insert(ipf_rdx_head_t *, 39 static ipf_rdx_node_t *ipf_rx_lookup(ipf_rdx_head_t *, addrfamily_t *, 41 static ipf_rdx_node_t *ipf_rx_match(ipf_rdx_head_t *, addrfamily_t *); 177 ipf_rx_match(ipf_rdx_head_t *head, addrfamily_t *addr) in ipf_rx_match() 246 ipf_rx_lookup(ipf_rdx_head_t *head, addrfamily_t *addr, addrfamily_t *mask) in ipf_rx_lookup() 321 ipf_rx_insert(ipf_rdx_head_t *head, ipf_rdx_node_t nodes[2], int *dup) in ipf_rx_insert() 498 ipf_rx_addroute(ipf_rdx_head_t *head, addrfamily_t *addr, addrfamily_t *mask, in ipf_rx_addroute() 569 ipf_rx_delete(ipf_rdx_head_t *head, addrfamily_t *addr, addrfamily_t *mask) in ipf_rx_delete() 748 ipf_rx_walktree(ipf_rdx_head_t *head, radix_walk_func_t walker, void *arg) in ipf_rx_walktree() 792 ipf_rx_inithead(radix_softc_t *softr, ipf_rdx_head_t **headp) in ipf_rx_inithead() [all …]
|
H A D | ip_pool.h | 38 ipf_rdx_head_t *ipo_head;
|