Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c1572 s = dyn_alloc_ipv4_state(pkt, kidx, O_LIMIT_PARENT); in dyn_add_ipv4_parent()
1703 s = dyn_alloc_ipv6_state(pkt, zoneid, kidx, O_LIMIT_PARENT); in dyn_add_ipv6_parent()
2069 if (s->type == O_LIMIT_PARENT && \ in dyn_free_states()
2076 if (s->type == O_LIMIT_PARENT) \ in dyn_free_states()
2193 if (s->type == O_LIMIT_PARENT) { in dyn_match_ipv4_state()
2218 if (s->type == O_LIMIT_PARENT) { in dyn_match_ipv6_state()
2287 if (s->type == O_LIMIT_PARENT) \ in dyn_expire_states()
2905 dst->dyn_type = O_LIMIT_PARENT; in dyn_export_parent()
2973 case O_LIMIT_PARENT: in dyn_export_ipv4_state()
3005 case O_LIMIT_PARENT: in dyn_export_ipv6_state()
[all …]
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h219 O_LIMIT_PARENT, /* dyn_type, not an opcode. */ enumerator
/f-stack/freebsd/netinet/
H A Dip_fw.h219 O_LIMIT_PARENT, /* dyn_type, not an opcode. */ enumerator
/f-stack/tools/ipfw/
H A Dipfw2.c2286 if (d->expire == 0 && d->dyn_type != O_LIMIT_PARENT) in show_dyn_state()
2298 case O_LIMIT_PARENT: in show_dyn_state()