Lines Matching refs:drop_reason
257 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in udp6_input() local
283 drop_reason = DROP_REASON_IP_BAD_LENGTH; in udp6_input()
290 drop_reason = DROP_REASON_IP6_ILLEGAL_PORT; in udp6_input()
298 drop_reason = DROP_REASON_IP6_BAD_UDP_CHECKSUM; in udp6_input()
498 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp6_input()
547 drop_reason = DROP_REASON_UDP_PACKET_SHORTER_THAN_HEADER; in udp6_input()
562 drop_reason = DROP_REASON_UDP_PACKET_SHORTER_THAN_HEADER; in udp6_input()
607 drop_reason = DROP_REASON_IP_MULTICAST_NO_PORT; in udp6_input()
613 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp6_input()
617 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp6_input()
638 drop_reason = DROP_REASON_IP_NECP_POLICY_DROP; in udp6_input()
646 drop_reason = DROP_REASON_UDP_PCB_GARBAGE_COLLECTED; in udp6_input()
659 drop_reason = DROP_REASON_IP_ENOBUFS; in udp6_input()
686 m_drop(m, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in udp6_input()