Searched refs:IP_FW_NGTEE (Results 1 – 4 of 4) sorted by relevance
289 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()
59 IP_FW_NGTEE, enumerator
3305 IP_FW_NETGRAPH : IP_FW_NGTEE; in ipfw_chk()
46 #pragma D binding "1.0" IP_FW_NGTEE47 inline int IP_FW_NGTEE = 6; variable63 ret == IP_FW_NGTEE ? "NGTEE" :