Lines Matching refs:drop_reason
361 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in ip_output_list() local
429 drop_reason = DROP_REASON_IP_OUTBOUND_IPSEC_POLICY; in ip_output_list()
564 drop_reason = DROP_REASON_IP_ZERO_NET; in ip_output_list()
619 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in ip_output_list()
666 drop_reason = DROP_REASON_IP_DST_ADDR_NO_AVAIL; in ip_output_list()
733 drop_reason = DROP_REASON_IP_TO_RESTRICTED_IF; in ip_output_list()
749 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in ip_output_list()
858 drop_reason = DROP_REASON_IP_NO_ROUTE; in ip_output_list()
964 drop_reason = DROP_REASON_IP_IF_CANNOT_MULTICAST; in ip_output_list()
988 drop_reason = DROP_REASON_IP_SRC_ADDR_ANY; in ip_output_list()
1049 drop_reason = DROP_REASON_IP_FILTER_DROP; in ip_output_list()
1102 drop_reason = DROP_REASON_IP_IF_CANNOT_BROADCAST; in ip_output_list()
1107 drop_reason = DROP_REASON_IP_BROADCAST_NOT_ALLOWED; in ip_output_list()
1112 drop_reason = DROP_REASON_IP_BROADCAST_TOO_BIG; in ip_output_list()
1188 drop_reason = DROP_REASON_IP_FILTER_TSO; in ip_output_list()
1216 drop_reason = DROP_REASON_IP_FILTER_DROP; in ip_output_list()
1245 drop_reason = DROP_REASON_IP_NECP_POLICY_NO_ALLOW_IF; in ip_output_list()
1252 drop_reason = DROP_REASON_IP_NECP_POLICY_DROP; in ip_output_list()
1258 drop_reason = DROP_REASON_IP_NECP_POLICY_SOCKET_DIVERT; in ip_output_list()
1268 drop_reason = DROP_REASON_IP_NECP_POLICY_TUN_NO_ALLOW_IF; in ip_output_list()
1278 drop_reason = DROP_REASON_IP_NECP_POLICY_TUN_REBIND_NO_ALLOW_IF; in ip_output_list()
1307 drop_reason = DROP_REASON_IP_NECP_POLICY_TUN_NO_REBIND_IF; in ip_output_list()
1320 drop_reason = DROP_REASON_IP_NECP_NO_ALLOW_IF; in ip_output_list()
1333 drop_reason = DROP_REASON_IP_TO_RESTRICTED_IF; in ip_output_list()
1357 drop_reason = DROP_REASON_IP_OUTBOUND_IPSEC_POLICY; in ip_output_list()
1374 drop_reason = DROP_REASON_IP_OUTBOUND_IPSEC_POLICY; in ip_output_list()
1382 drop_reason = DROP_REASON_IP_OUTBOUND_IPSEC_POLICY; in ip_output_list()
1391 drop_reason = DROP_REASON_IP_OUTBOUND_IPSEC_POLICY; in ip_output_list()
1399 drop_reason = DROP_REASON_IP_OUTBOUND_IPSEC_POLICY; in ip_output_list()
1512 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in ip_output_list()
1528 drop_reason = DROP_REASON_IP_NO_ROUTE; in ip_output_list()
1571 drop_reason = DROP_REASON_IP_FILTER_TSO; in ip_output_list()
1594 drop_reason = DROP_REASON_IP_FILTER_DROP; in ip_output_list()
1617 drop_reason = DROP_REASON_IP_INVALID_ADDR; in ip_output_list()
1758 drop_reason = DROP_REASON_IP_CANNOT_FRAGMENT; in ip_output_list()
1876 m_drop_list(m0, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in ip_output_list()