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

/freebsd-13-stable/share/dtrace/
H A Dipfw.d34 #pragma D binding "1.0" IP_FW_PASS
35 inline int IP_FW_PASS = 0;
57 ret == IP_FW_PASS ? "PASS" :
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_pfil.c158 case IP_FW_PASS:
379 case IP_FW_PASS:
H A Dip_fw2.c1311 * IP_FW_PASS the packet must be accepted
1445 return (IP_FW_PASS); /* accept */
1788 return (IP_FW_PASS); /* accept */
3057 retval = IP_FW_PASS;
3074 retval = IP_FW_PASS;
H A Dip_fw_private.h55 IP_FW_PASS = 0, enumerator in enum:__anon15419
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1611 if (ret != IP_FW_PASS && args->m != NULL) {

Completed in 119 milliseconds