Searched refs:rn_inithead (Results 1 – 11 of 11) sorted by relevance
/freebsd/sbin/routed/ |
H A D | radix.h | 138 int rn_inithead(struct radix_node_head **head, int off);
|
H A D | radix.c | 842 rn_inithead(struct radix_node_head **head, int off) in rn_inithead() function 883 if (rn_inithead(&mask_rnhead, 0) == 0) in rn_init()
|
H A D | table.c | 1632 rn_inithead(&rhead, 32); in rtinit()
|
/freebsd/sys/net/ |
H A D | radix.h | 174 int rn_inithead(void **, int);
|
H A D | radix.c | 1135 rn_inithead(void **head, int off) in rn_inithead() function
|
/freebsd/sys/netinet6/ |
H A D | in6_fib_algo.c | 135 if (lr == NULL || !rn_inithead((void **)&lr->rnh, OFF_LEN_INET6)) in lradix6_init()
|
/freebsd/sys/netinet/ |
H A D | in_fib_algo.c | 567 if (lr == NULL || !rn_inithead((void **)&lr->rnh, OFF_LEN_INET)) in lradix4_init()
|
/freebsd/sys/kern/ |
H A D | vfs_export.c | 250 if (rn_inithead((void **)prnh, off) == 0) in vfs_create_addrlist_af()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_table.c | 1981 if (!rn_inithead((void **)&kt->pfrkt_ip4, in pfr_create_ktable() 1983 !rn_inithead((void **)&kt->pfrkt_ip6, in pfr_create_ktable()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table_algo.c | 454 if (!rn_inithead(&ti->state, OFF_LEN_INET)) in ta_init_addr_radix() 456 if (!rn_inithead(&ti->xstate, OFF_LEN_INET6)) { in ta_init_addr_radix() 4059 if (!rn_inithead(&ti->state, OFF_LEN_MAC)) in ta_init_mac_radix()
|
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 2873 if (!rn_inithead((void **)&sc->sc_aip4, offsetof(struct aip_addr, in) * NBBY)) in wg_clone_create() 2876 if (!rn_inithead((void **)&sc->sc_aip6, offsetof(struct aip_addr, in6) * NBBY)) in wg_clone_create()
|