Home
last modified time | relevance | path

Searched refs:IPFW_ONEPASS (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c141 if (args.rule.info & IPFW_ONEPASS) in ipfw_check_packet()
366 if (args.rule.info & IPFW_ONEPASS) in ipfw_check_frame()
H A Dip_dn_io.c849 dt->rule.info &= IPFW_ONEPASS; /* only keep this info */ in tag_mbuf()
H A Dip_fw2.c2821 args->rule.info |= IPFW_ONEPASS; in ipfw_chk()
3079 args->rule.info |= IPFW_ONEPASS; in ipfw_chk()
/f-stack/tools/compat/include/netinet/
H A Dip_var.h281 IPFW_ONEPASS = 0x40000000, /* One-pass, do not reinject */ enumerator
/f-stack/freebsd/netinet/
H A Dip_var.h281 IPFW_ONEPASS = 0x40000000, /* One-pass, do not reinject */ enumerator
/f-stack/freebsd/netgraph/
H A Dng_ipfw.c318 r->info &= IPFW_ONEPASS; /* keep this info */ in ng_ipfw_input()