Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dip_fw.h973 #define IPFW_TACLASS_HASH 1 /* algo is based on hash */ macro
/freebsd-12-stable/sbin/ipfw/
Dtables.c722 { "hash", IPFW_TACLASS_HASH },
746 case IPFW_TACLASS_HASH: in table_show_tainfo()
/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_table_algo.c1358 tinfo->taclass4 = IPFW_TACLASS_HASH; in ta_dump_chash_tinfo()
1362 tinfo->taclass6 = IPFW_TACLASS_HASH; in ta_dump_chash_tinfo()
3348 tinfo->taclass4 = IPFW_TACLASS_HASH; in ta_dump_fhash_tinfo()