Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_table_algo.c291 void *main_ptr; member
1757 mi->main_ptr = head; in ta_prepare_mod_chash()
1803 new_head = (struct chashbhead *)mi->main_ptr; in ta_modify_chash()
1820 mi->main_ptr = old_head; in ta_modify_chash()
1858 if (mi->main_ptr != NULL) in ta_flush_mod_chash()
1859 free(mi->main_ptr, M_IPFW); in ta_flush_mod_chash()
1927 void *main_ptr; member
2108 icfg->main_ptr = malloc(sizeof(struct ifidx) * icfg->size, M_IPFW, in ta_init_ifidx()
2113 ti->state = icfg->main_ptr; in ta_init_ifidx()
2160 if (icfg->main_ptr != NULL) in ta_destroy_ifidx()
[all …]