Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3089 struct fhash_cfg { struct
3262 struct fhash_cfg *cfg; in ta_init_fhash()
3267 cfg = malloc(sizeof(struct fhash_cfg), M_IPFW, M_WAITOK | M_ZERO); in ta_init_fhash()
3315 struct fhash_cfg *cfg; in ta_destroy_fhash()
3319 cfg = (struct fhash_cfg *)ta_state; in ta_destroy_fhash()
3335 struct fhash_cfg *cfg; in ta_dump_fhash_tinfo()
3337 cfg = (struct fhash_cfg *)ta_state; in ta_dump_fhash_tinfo()
3427 struct fhash_cfg *cfg; in ta_find_fhash_tentry()
3436 cfg = (struct fhash_cfg *)ta_state; in ta_find_fhash_tentry()
3472 struct fhash_cfg *cfg; in ta_foreach_fhash()
[all …]