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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c912 struct chash_cfg { struct
956 static int chash_parse_opts(struct chash_cfg *cfg, char *data);
1190 chash_parse_opts(struct chash_cfg *cfg, char *data)
1238 struct chash_cfg *cfg;
1240 cfg = (struct chash_cfg *)ta_state;
1272 struct chash_cfg *cfg;
1274 cfg = malloc(sizeof(struct chash_cfg), M_IPFW, M_WAITOK | M_ZERO);
1323 struct chash_cfg *cfg;
1327 cfg = (struct chash_cfg *)ta_state;
1346 struct chash_cfg *cf
[all...]

Completed in 57 milliseconds