Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c289 case IP_FW_NGTEE: in ipfw_check_packet()
296 (void )ng_ipfw_input_p(m0, &args, ipfw == IP_FW_NGTEE); in ipfw_check_packet()
297 if (ipfw == IP_FW_NGTEE) /* ignore errors for NGTEE */ in ipfw_check_packet()
381 case IP_FW_NGTEE: in ipfw_check_frame_mbuf()
388 (void )ng_ipfw_input_p(m0, &args, ipfw == IP_FW_NGTEE); in ipfw_check_frame_mbuf()
389 if (ipfw == IP_FW_NGTEE) /* ignore errors for NGTEE */ in ipfw_check_frame_mbuf()
451 case IP_FW_NGTEE: in ipfw_check_frame_mem()
463 (void )ng_ipfw_input_p(m, &args, ipfw == IP_FW_NGTEE); in ipfw_check_frame_mem()
464 if (ipfw == IP_FW_NGTEE) /* ignore errors for NGTEE */ in ipfw_check_frame_mem()
H A Dip_fw_private.h59 IP_FW_NGTEE, enumerator
H A Dip_fw2.c3305 IP_FW_NETGRAPH : IP_FW_NGTEE; in ipfw_chk()
/freebsd/share/dtrace/
H A Dipfw.d46 #pragma D binding "1.0" IP_FW_NGTEE
47 inline int IP_FW_NGTEE = 6; variable
63 ret == IP_FW_NGTEE ? "NGTEE" :