Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py46 O_LIMIT_PARENT = 41 variable in IpFwOpcode
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1577 s = dyn_alloc_ipv4_state(pkt, kidx, O_LIMIT_PARENT); in dyn_add_ipv4_parent()
1708 s = dyn_alloc_ipv6_state(pkt, zoneid, kidx, O_LIMIT_PARENT); in dyn_add_ipv6_parent()
2078 if (s->type == O_LIMIT_PARENT && \ in dyn_free_states()
2085 if (s->type == O_LIMIT_PARENT) \ in dyn_free_states()
2202 if (s->type == O_LIMIT_PARENT) { in dyn_match_ipv4_state()
2227 if (s->type == O_LIMIT_PARENT) { in dyn_match_ipv6_state()
2296 if (s->type == O_LIMIT_PARENT) \ in dyn_expire_states()
2948 dst->type = O_LIMIT_PARENT; in dyn_export_parent()
2993 case O_LIMIT_PARENT: in dyn_export_ipv4_state()
3025 case O_LIMIT_PARENT: in dyn_export_ipv6_state()
[all …]
/freebsd/sys/netinet/
H A Dip_fw.h222 O_LIMIT_PARENT, /* dyn_type, not an opcode. */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c2523 if (!d->expire && !(d->type == O_LIMIT_PARENT)) in show_dyn_state()
2534 case O_LIMIT_PARENT: in show_dyn_state()