Lines Matching refs:drop_reason
352 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in udp_input() local
406 drop_reason = DROP_REASON_UDP_DST_PORT_ZERO; in udp_input()
423 drop_reason = DROP_REASON_UDP_BAD_LENGTH; in udp_input()
439 drop_reason = DROP_REASON_UDP_BAD_CHECKSUM; in udp_input()
642 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input()
757 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input()
762 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input()
767 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input()
772 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input()
788 drop_reason = DROP_REASON_UDP_SOCKET_CLOSING; in udp_input()
796 drop_reason = DROP_REASON_UDP_NECP; in udp_input()
823 drop_reason = DROP_REASON_UDP_CANNOT_SAVE_CONTROL; in udp_input()
877 m_drop(m, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in udp_input()