Home
last modified time | relevance | path

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

/freebsd/share/dtrace/
H A Dipfw.d88 #pragma D binding "1.0" IPFW_ARGS_IP6
89 inline int IPFW_ARGS_IP6 = 0x02000000; /* belongs to v6 ISR */ variable
158 ip6p = (p->flags & IPFW_ARGS_IP6) ?
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c257 if (args.flags & (IPFW_ARGS_IP4 | IPFW_ARGS_IP6)) in ipfw_check_packet()
H A Dip_fw_private.h94 #define IPFW_ARGS_IP6 0x02000000 /* belongs to v6 ISR */ macro
H A Dip_dn_io.c918 else if (fwa->flags & IPFW_ARGS_IP6) in dummynet_io()
H A Dip_fw2.c1596 args->flags |= IPFW_ARGS_IP6; in ipfw_chk()
/freebsd/sys/netpfil/pf/
H A Dpf.c5431 dnflow.flags |= IPFW_ARGS_IP6; in pf_test_eth_rule()
9485 dnflow->flags |= IPFW_ARGS_IP6; in pf_pdesc_to_dnflow()