Home
last modified time | relevance | path

Searched refs:O_IP_FLOW_LOOKUP (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_compat.c202 case O_IP_FLOW_LOOKUP: in adjust_size_v0()
395 case O_IP_FLOW_LOOKUP: in convert_v0_to_v1()
622 case O_IP_FLOW_LOOKUP: in check_opcode_compat()
H A Dip_fw_table.c2622 .opcode = O_IP_FLOW_LOOKUP,
H A Dip_fw2.c2286 case O_IP_FLOW_LOOKUP: in ipfw_chk()
H A Dip_fw_sockopt.c1461 case O_IP_FLOW_LOOKUP: in ipfw_check_opcode()
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py94 O_IP_FLOW_LOOKUP = 89 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h296 O_IP_FLOW_LOOKUP, /* v0:arg1=table number, u32=value */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1768 case O_IP_FLOW_LOOKUP: in print_instruction()
5506 fill_table(cmd, *av, O_IP_FLOW_LOOKUP, tstate); in compile_rule()