Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c4027 struct mac_radix_cfg { struct
4057 struct mac_radix_cfg *cfg; in ta_init_mac_radix()
4062 cfg = malloc(sizeof(struct mac_radix_cfg), M_IPFW, M_WAITOK | M_ZERO); in ta_init_mac_radix()
4073 struct mac_radix_cfg *cfg; in ta_destroy_mac_radix()
4076 cfg = (struct mac_radix_cfg *)ta_state; in ta_destroy_mac_radix()
4156 struct mac_radix_cfg *cfg; in ta_add_mac_radix()
4162 cfg = (struct mac_radix_cfg *)ta_state; in ta_add_mac_radix()
4238 struct mac_radix_cfg *cfg; in ta_del_mac_radix()
4243 cfg = (struct mac_radix_cfg *)ta_state; in ta_del_mac_radix()
4275 struct mac_radix_cfg *cfg; in ta_dump_mac_radix_tinfo()
[all …]