Home
last modified time | relevance | path

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

/freebsd/share/dtrace/
H A Dipfw.d100 #pragma D binding "1.0" IPFW_ONEPASS
101 inline int IPFW_ONEPASS = 0x40000000; variable
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c139 if (args.rule.info & IPFW_ONEPASS) in ipfw_check_packet()
354 if (args.rule.info & IPFW_ONEPASS) in ipfw_check_frame_mbuf()
H A Dip_dn_io.c881 dt->rule.info &= (IPFW_ONEPASS | IPFW_IS_DUMMYNET); in tag_mbuf()
H A Dip_fw2.c2919 args->rule.info |= IPFW_ONEPASS; in ipfw_chk()
3177 args->rule.info |= IPFW_ONEPASS; in ipfw_chk()
/freebsd/sys/netgraph/
H A Dng_ipfw.c316 r->info &= IPFW_ONEPASS; /* keep this info */ in ng_ipfw_input()
/freebsd/sys/netinet/
H A Dip_var.h318 IPFW_ONEPASS = 0x40000000, /* One-pass, do not reinject */ enumerator