Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c82 { "flow", IPFW_TABLE_FLOW },
89 { "flow:hash", IPFW_TABLE_FLOW },
361 case IPFW_TABLE_FLOW: in table_parse_type()
389 case IPFW_TABLE_FLOW: in table_print_type()
1275 case IPFW_TABLE_FLOW: in tentry_fill_key_type()
1930 case IPFW_TABLE_FLOW: in table_show_entry()
/freebsd/sys/netinet/
H A Dip_fw.h842 #define IPFW_TABLE_FLOW 4 /* Table for holding flow data */ macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c2473 *ptype = IPFW_TABLE_FLOW; in classify_flow()
H A Dip_fw_table_algo.c3745 .type = IPFW_TABLE_FLOW,