Lines Matching refs:drop_reason
309 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in udp_input() local
363 drop_reason = DROP_REASON_UDP_DST_PORT_ZERO; in udp_input()
380 drop_reason = DROP_REASON_UDP_BAD_LENGTH; in udp_input()
396 drop_reason = DROP_REASON_UDP_BAD_CHECKSUM; in udp_input()
599 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input()
714 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input()
719 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input()
724 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input()
739 drop_reason = DROP_REASON_UDP_SOCKET_CLOSING; in udp_input()
747 drop_reason = DROP_REASON_UDP_NECP; in udp_input()
774 drop_reason = DROP_REASON_UDP_CANNOT_SAVE_CONTROL; in udp_input()
830 m_drop(m, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in udp_input()