Home
last modified time | relevance | path

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

/freebsd-14.2/share/dtrace/
H A Dipfw.d86 #pragma D binding "1.0" IPFW_ARGS_IP6
87 inline int IPFW_ARGS_IP6 = 0x02000000; /* belongs to v6 ISR */ variable
156 ip6p = (p->flags & IPFW_ARGS_IP6) ?
/freebsd-14.2/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.c898 else if (fwa->flags & IPFW_ARGS_IP6) in dummynet_io()
H A Dip_fw2.c1556 args->flags |= IPFW_ARGS_IP6; in ipfw_chk()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf.c4603 dnflow.flags |= IPFW_ARGS_IP6; in pf_test_eth_rule()
8094 dnflow->flags |= IPFW_ARGS_IP6; in pf_pdesc_to_dnflow()