Home
last modified time | relevance | path

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

/freebsd-14.2/share/dtrace/
H A Dipfw.d84 #pragma D binding "1.0" IPFW_ARGS_IP4
85 inline int IPFW_ARGS_IP4 = 0x01000000; /* belongs to v4 ISR */ variable
153 ipp = (p->flags & IPFW_ARGS_IP4) ?
/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.h93 #define IPFW_ARGS_IP4 0x01000000 /* belongs to v4 ISR */ macro
H A Dip_fw2.c1746 args->flags |= IPFW_ARGS_IP4; in ipfw_chk()