Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDip_fw.h991 #define IPFW_TACLASS_HASH 1 /* algo is based on hash */ macro
/freebsd-13-stable/sbin/ipfw/
HDtables.c722 { "hash", IPFW_TACLASS_HASH },
746 case IPFW_TACLASS_HASH: in table_show_tainfo()
/freebsd-13-stable/sys/netpfil/ipfw/
HDip_fw_table_algo.c1361 tinfo->taclass4 = IPFW_TACLASS_HASH; in ta_dump_chash_tinfo()
1365 tinfo->taclass6 = IPFW_TACLASS_HASH; in ta_dump_chash_tinfo()
3345 tinfo->taclass4 = IPFW_TACLASS_HASH; in ta_dump_fhash_tinfo()