Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c924 struct chash_cfg { struct
968 static int chash_parse_opts(struct chash_cfg *cfg, char *data);
1202 chash_parse_opts(struct chash_cfg *cfg, char *data) in chash_parse_opts()
1250 struct chash_cfg *cfg; in ta_print_chash_config()
1252 cfg = (struct chash_cfg *)ta_state; in ta_print_chash_config()
1284 struct chash_cfg *cfg; in ta_init_chash()
1286 cfg = malloc(sizeof(struct chash_cfg), M_IPFW, M_WAITOK | M_ZERO); in ta_init_chash()
1335 struct chash_cfg *cfg; in ta_destroy_chash()
1339 cfg = (struct chash_cfg *)ta_state; in ta_destroy_chash()
1358 struct chash_cfg *cfg; in ta_dump_chash_tinfo()
[all …]