Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_fw.h1067 #define IPFW_TACLASS_HASH 1 /* algo is based on hash */ macro
/freebsd/sbin/ipfw/
H A Dtables.c723 { "hash", IPFW_TACLASS_HASH },
747 case IPFW_TACLASS_HASH: in table_show_tainfo()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1363 tinfo->taclass4 = IPFW_TACLASS_HASH; in ta_dump_chash_tinfo()
1367 tinfo->taclass6 = IPFW_TACLASS_HASH; in ta_dump_chash_tinfo()
3340 tinfo->taclass4 = IPFW_TACLASS_HASH; in ta_dump_fhash_tinfo()