Home
last modified time | relevance | path

Searched refs:drop_reason (Results 1 – 17 of 17) sorted by relevance

/xnu-12377.81.4/bsd/netinet6/
H A Dudp6_output.c186 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()
[all …]
H A Ddest6.c92 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in dest6_input() local
110 drop_reason = DROP_REASON_IP_TOO_SMALL; in dest6_input()
138 m_drop(m, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in dest6_input()
H A Dudp6_usrreq.c257 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()
[all …]
H A Dfrag6.c298 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in frag6_input() local
481 drop_reason = DROP_REASON_IP_FRAG_TOO_MANY; in frag6_input()
517 drop_reason = DROP_REASON_IP6_FRAG_OVERLAPPING; in frag6_input()
622 drop_reason = DROP_REASON_IP_FRAG_TOO_MANY; in frag6_input()
647 drop_reason = DROP_REASON_IP6_FRAG_MIXED_CE; in frag6_input()
656 drop_reason = DROP_REASON_IP6_FRAG_MIXED_CE; in frag6_input()
690 drop_reason = DROP_REASON_IP6_FRAG_OVERLAPPING; in frag6_input()
950 m_drop(m, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in frag6_input()
H A Dnd6_nbr.c614 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in nd6_ns_output() local
693 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in nd6_ns_output()
760 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in nd6_ns_output()
782 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in nd6_ns_output()
922 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in nd6_ns_output()
957 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in nd6_na_input() local
961 drop_reason = DROP_REASON_IP6_NO_ND6ALT_IF; in nd6_na_input()
973 drop_reason = DROP_REASON_IP6_BAD_HLIM; in nd6_na_input()
989 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in nd6_na_input()
996 drop_reason = DROP_REASON_IP6_NA_INVALID_TARGET; in nd6_na_input()
[all …]
H A Dip6_output.c360 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in ip6_output_list() local
446 drop_reason = DROP_REASON_IP_OUTBOUND_IPSEC_POLICY; in ip6_output_list()
611 drop_reason = DROP_REASON_IP_NECP_POLICY_DROP; in ip6_output_list()
620 drop_reason = DROP_REASON_IP_NECP_POLICY_SOCKET_DIVERT; in ip6_output_list()
678 drop_reason = DROP_REASON_IP_NECP_POLICY_TUN_NO_REBIND_IF; in ip6_output_list()
930 drop_reason = DROP_REASON_IP_FILTER_DROP; in ip6_output_list()
1007 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in ip6_output_list()
1013 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in ip6_output_list()
1205 drop_reason = DROP_REASON_IP_NO_ROUTE; in ip6_output_list()
1209 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in ip6_output_list()
[all …]
H A Draw_ip6.c393 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in rip6_output() local
433 drop_reason = DROP_REASON_IP_EISCONN; in rip6_output()
615 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in rip6_output()
776 drop_reason = DROP_REASON_IP_NECP_POLICY_DROP; in rip6_output()
794 drop_reason = DROP_REASON_IP_ENOBUFS; in rip6_output()
909 m_drop_if(m, oifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in rip6_output()
H A Dip6_input.c610 enum drop_reason drop_reason = DROP_REASON_IP_RCV_IF_NO_MATCH; in ip6_input_check_interface() local
658 drop_reason = DROP_REASON_FSW_DEMUX_L2_MULTI_L3_UNI; in ip6_input_check_interface()
776 if (drop_reason == DROP_REASON_IP_RCV_IF_NO_MATCH) { in ip6_input_check_interface()
780 } else if (drop_reason == DROP_REASON_FSW_DEMUX_L2_MULTI_L3_UNI) { in ip6_input_check_interface()
786 m_drop(m, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in ip6_input_check_interface()
H A Dnd6.c3900 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in nd6_output_list() local
3951 drop_reason = DROP_REASON_IP_NO_ROUTE; in nd6_output_list()
3987 drop_reason = DROP_REASON_IP_NO_ROUTE; in nd6_output_list()
3999 drop_reason = DROP_REASON_IP_NO_ROUTE; in nd6_output_list()
4045 drop_reason = DROP_REASON_IP_NO_ROUTE; in nd6_output_list()
4098 drop_reason = DROP_REASON_IP_NO_ROUTE; in nd6_output_list()
4173 drop_reason = DROP_REASON_IP6_MEM_ALLOC; in nd6_output_list()
4326 drop_reason = DROP_REASON_IP6_IF_IPV6_DISABLED; in nd6_output_list()
4344 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in nd6_output_list()
4387 m_drop_list(m0, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in nd6_output_list()
H A Dnd6_rtr.c282 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in nd6_rs_input() local
298 drop_reason = DROP_REASON_IP6_BAD_HLIM; in nd6_rs_input()
347 drop_reason = DROP_REASON_IP6_RS_BAD_LLADDR_LEN; in nd6_rs_input()
359 m_drop(m, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in nd6_rs_input()
399 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in nd6_ra_input() local
446 drop_reason = DROP_REASON_IP6_BAD_HLIM; in nd6_ra_input()
454 drop_reason = DROP_REASON_IP6_RA_NOT_LL; in nd6_ra_input()
896 drop_reason = DROP_REASON_IP6_RA_BAD_LLADDR_LEN; in nd6_ra_input()
937 m_drop(m, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in nd6_ra_input()
/xnu-12377.81.4/bsd/netinet/
H A Dip_output.c361 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()
[all …]
H A Dtcp_input.c2810 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in tcp_input() local
2843 drop_reason = DROP_REASON_TCP_CHECKSUM_INCORRECT; in tcp_input()
2862 drop_reason = DROP_REASON_TCP_SRC_ADDR_UNSPECIFIED; in tcp_input()
2895 drop_reason = DROP_REASON_TCP_CHECKSUM_INCORRECT; in tcp_input()
2922 drop_reason = DROP_REASON_TCP_OFFSET_INCORRECT; in tcp_input()
2973 drop_reason = DROP_REASON_TCP_SYN_FIN; in tcp_input()
3131 drop_reason = DROP_REASON_TCP_NO_SOCK; in tcp_input()
3140 drop_reason = DROP_REASON_TCP_NO_SOCK; in tcp_input()
3154 drop_reason = DROP_REASON_TCP_PCB_MISMATCH; in tcp_input()
3172 drop_reason = DROP_REASON_TCP_PCB_MISMATCH; in tcp_input()
[all …]
H A Dudp_usrreq.c352 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()
[all …]
H A Dip_input.c1331 enum drop_reason drop_reason = DROP_REASON_IP_RCV_IF_NO_MATCH; in ip_input_check_interface() local
1379 drop_reason = DROP_REASON_FSW_DEMUX_L2_MULTI_L3_UNI; in ip_input_check_interface()
1472 if (drop_reason == DROP_REASON_IP_RCV_IF_NO_MATCH) { in ip_input_check_interface()
1476 } else if (drop_reason == DROP_REASON_FSW_DEMUX_L2_MULTI_L3_UNI) { in ip_input_check_interface()
1482 if (drop_reason == DROP_REASON_IP_RCV_IF_NO_MATCH) { in ip_input_check_interface()
1489 m_drop_list(m, NULL, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in ip_input_check_interface()
2285 frag_freef(struct ipqhead *fhp, struct ipq *fp, drop_reason_t drop_reason) in frag_freef() argument
2291 if (drop_reason == DROP_REASON_UNSPECIFIED) { in frag_freef()
2294 …m_drop_list(fp->ipq_frags, NULL, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL,… in frag_freef()
/xnu-12377.81.4/bsd/net/
H A Dpf.c9233 drop_reason_t drop_reason = DROP_REASON_PF_UNSPECIFIED; in pf_route() local
9273 drop_reason = DROP_REASON_PF_UNDERSIZED; in pf_route()
9288 drop_reason = DROP_REASON_PF_NO_ROUTE; in pf_route()
9304 drop_reason = DROP_REASON_PF_NO_ROUTE; in pf_route()
9324 drop_reason = DROP_REASON_PF_NULL_IFP; in pf_route()
9330 drop_reason = DROP_REASON_PF_DROP; in pf_route()
9338 drop_reason = DROP_REASON_PF_UNDERSIZED; in pf_route()
9382 drop_reason = DROP_REASON_PF_NO_TSO; in pf_route()
9398 drop_reason = DROP_REASON_PF_CANNOT_FRAGMENT; in pf_route()
9423 m_drop(m0, DROPTAP_FLAG_DIR_IN, drop_reason, NULL, 0); in pf_route()
[all …]
H A Ddroptap.h341 typedef enum drop_reason : uint32_t { enum
H A Dif_bridge.c6538 drop_reason_t drop_reason = DROP_REASON_BRIDGE_UNSPECIFIED;
6541 drop_reason = DROP_REASON_BRIDGE_NOT_RUNNING;
6547 drop_reason = DROP_REASON_BRIDGE_NOT_A_MEMBER;
6553 drop_reason = DROP_REASON_BRIDGE_PRIVATE_SEGMENT;
6611 m_drop_list(m, bridge_ifp, DROPTAP_FLAG_DIR_IN, drop_reason, NULL, 0);
9382 drop_reason_t drop_reason = DROP_REASON_BRIDGE_UNSPECIFIED;
9398 drop_reason = DROP_REASON_BRIDGE_NO_PROTO;
9422 drop_reason = DROP_REASON_BRIDGE_BAD_PROTO;
9435 drop_reason = DROP_REASON_BRIDGE_CHECKSUM;
9450 m_drop(m, DROPTAP_FLAG_DIR_IN, drop_reason, NULL, 0);