Home
last modified time | relevance | path

Searched refs:IP_FW_PASS (Results 1 – 5 of 5) sorted by relevance

/freebsd/share/dtrace/
H A Dipfw.d34 #pragma D binding "1.0" IP_FW_PASS
35 inline int IP_FW_PASS = 0; variable
57 ret == IP_FW_PASS ? "PASS" :
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c157 case IP_FW_PASS: in ipfw_check_packet()
365 case IP_FW_PASS: in ipfw_check_frame_mbuf()
430 case IP_FW_PASS: in ipfw_check_frame_mem()
H A Dip_fw2.c1519 return (IP_FW_PASS); /* accept */ in ipfw_chk()
1868 return (IP_FW_PASS); /* accept */ in ipfw_chk()
3275 retval = IP_FW_PASS; in ipfw_chk()
3292 retval = IP_FW_PASS; in ipfw_chk()
H A Dip_fw_private.h53 IP_FW_PASS = 0, enumerator
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1759 if (ret != IP_FW_PASS && args->m != NULL) { in ipfw_nat64lsn()