Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c292 void *main_ptr; member
1761 mi->main_ptr = head; in ta_prepare_mod_chash()
1807 new_head = (struct chashbhead *)mi->main_ptr; in ta_modify_chash()
1824 mi->main_ptr = old_head; in ta_modify_chash()
1862 if (mi->main_ptr != NULL) in ta_flush_mod_chash()
1863 free(mi->main_ptr, M_IPFW); in ta_flush_mod_chash()
1930 void *main_ptr; member
2111 icfg->main_ptr = malloc(sizeof(struct ifidx) * icfg->size, M_IPFW, in ta_init_ifidx()
2116 ti->state = icfg->main_ptr; in ta_init_ifidx()
2162 if (icfg->main_ptr != NULL) in ta_destroy_ifidx()
[all …]