Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_value.c73 #define CHAIN_TO_VI(chain) (CHAIN_TO_TCFG(chain)->valhash)
745 tcfg->valhash = ipfw_objhash_create(tcfg->val_size, VALDATA_HASH_SIZE); in ipfw_table_value_init()
746 ipfw_objhash_set_funcs(tcfg->valhash, hash_table_value, in ipfw_table_value_init()
H A Dip_fw_table.h38 struct namedobj_instance *valhash; member