Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm.c233 destroy_table(void *_data) in destroy_table() function
390 .flm_destroy_cb = destroy_table,
H A Ddpdk_lpm6.c289 destroy_table(void *_data) in destroy_table() function
454 .flm_destroy_cb = destroy_table,
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c123 static int destroy_table(struct ip_fw_chain *ch, struct tid_info *ti);
1172 error = destroy_table(ch, &ti); in flush_table_v0()
1480 destroy_table(struct ip_fw_chain *ch, struct tid_info *ti) in destroy_table() function