Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c765 .opcode = O_LIMIT,
1404 if (s->type == O_LIMIT) { in ipfw_dyn_lookup_state()
1419 if (s->type == O_LIMIT) { in ipfw_dyn_lookup_state()
1893 print_dyn_rule_flags(pkt, O_LIMIT, in dyn_get_parent_state()
1923 MPASS(type == O_LIMIT || type == O_KEEP_STATE); in dyn_install_state()
1927 if (type == O_LIMIT) { in dyn_install_state()
1966 print_dyn_rule_flags(pkt, O_LIMIT, in dyn_install_state()
1991 if (type == O_LIMIT) { in dyn_install_state()
2047 if (cmd->o.opcode == O_LIMIT) { in ipfw_dyn_install_state()
2251 if (s->type == O_LIMIT) in dyn_match_ipv4_state()
[all …]
H A Dip_fw_compat.c197 case O_LIMIT: in adjust_size_v0()
381 case O_LIMIT: in convert_v0_to_v1()
601 case O_LIMIT: in check_opcode_compat()
H A Dip_fw_sockopt.c1384 case O_LIMIT: in ipfw_check_opcode()
H A Dip_fw2.c2986 case O_LIMIT: in ipfw_chk()
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py45 O_LIMIT = 40 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h221 O_LIMIT = 40, /* ipfw_insn_limit */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1945 case O_LIMIT: in print_instruction()
2592 case O_LIMIT: in show_dyn_state()
5373 cmd->opcode = O_LIMIT; in compile_rule()
5685 case O_LIMIT: in compile_rule()