Lines Matching refs:drop_reason
186 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in udp6_output() local
197 drop_reason = DROP_REASON_IP_ENOBUFS; in udp6_output()
260 drop_reason = DROP_REASON_IP6_BAD_OPTION; in udp6_output()
289 drop_reason = DROP_REASON_IP_DST_ADDR_NO_AVAIL; in udp6_output()
297 drop_reason = DROP_REASON_IP_EISCONN; in udp6_output()
322 drop_reason = DROP_REASON_IP6_ONLY; in udp6_output()
334 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in udp6_output()
357 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in udp6_output()
381 drop_reason = DROP_REASON_IP6_ADDR_UNSPECIFIED; in udp6_output()
445 drop_reason = DROP_REASON_IP_ENOBUFS; in udp6_output()
534 drop_reason = DROP_REASON_IP_NECP_POLICY_DROP; in udp6_output()
558 drop_reason = DROP_REASON_IP_ENOBUFS; in udp6_output()
750 drop_reason = DROP_REASON_IP_EAFNOSUPPORT; in udp6_output()
758 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in udp6_output()