Home
last modified time | relevance | path

Searched refs:IPFW_TABLE_FLOW (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sbin/ipfw/
HDtables.c82 { "flow", IPFW_TABLE_FLOW },
89 { "flow:hash", IPFW_TABLE_FLOW },
360 case IPFW_TABLE_FLOW: in table_parse_type()
388 case IPFW_TABLE_FLOW: in table_print_type()
1273 case IPFW_TABLE_FLOW: in tentry_fill_key_type()
1922 case IPFW_TABLE_FLOW: in table_show_entry()
/freebsd-13-stable/sys/netinet/
HDip_fw.h772 #define IPFW_TABLE_FLOW 4 /* Table for holding flow data */ macro
/freebsd-13-stable/sys/netpfil/ipfw/
HDip_fw_table.c2795 *ptype = IPFW_TABLE_FLOW; in classify_flow()
HDip_fw_table_algo.c3752 .type = IPFW_TABLE_FLOW,