| /xnu-11417.121.6/bsd/net/ |
| H A D | dlil_output.c | 149 m_drop(m, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_CLAT64, NULL, 0); in dlil_output() 174 m_drop(m, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_CLAT64, NULL, 0); in dlil_output() 227 m_drop(m, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_PRE_OUTPUT, NULL, 0); in dlil_output() 273 m_drop(m, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_CLAT64, NULL, 0); in dlil_output() 307 m_drop(m, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_IF_FRAMER, NULL, 0); in dlil_output() 349 m_drop(m, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_IF_FILTER, NULL, 0); in dlil_output() 380 m_drop(m, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_TSO_NOT_OK, NULL, 0); in dlil_output()
|
| H A D | droptap.c | 283 droptap_bpf_tap_packet(pkt, DROPTAP_FLAG_DIR_OUT | PTH_FLAG_NEXUS_CHAN, in droptap_output_packet() 297 flags & DROPTAP_FLAG_DIR_OUT ? bpf_tap_packet_out : bpf_tap_packet_in; in droptap_bpf_tap_packet() 326 hdr->pth_flags |= flags & DROPTAP_FLAG_DIR_OUT ? PTH_FLAG_DIR_OUT : PTH_FLAG_DIR_IN; in droptap_bpf_tap_packet() 392 droptap_bpf_tap_mbuf(m, DROPTAP_FLAG_DIR_OUT | flags, &dtaphdr, ifp); in droptap_output_mbuf() 403 flags & DROPTAP_FLAG_DIR_OUT ? bpf_tap_out : bpf_tap_in; in droptap_bpf_tap_mbuf() 418 hdr->pth_flags |= flags & DROPTAP_FLAG_DIR_OUT ? PTH_FLAG_DIR_OUT : PTH_FLAG_DIR_IN; in droptap_bpf_tap_mbuf()
|
| H A D | droptap.h | 307 #define DROPTAP_FLAG_DIR_OUT 0x0002 macro
|
| H A D | dlil.c | 3360 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_INVALID, NULL, 0); in ifnet_enqueue_mbuf() 3367 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_IF_NOT_ATTACHED, NULL, 0); in ifnet_enqueue_mbuf() 3371 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_IF_NOT_UP, NULL, 0); in ifnet_enqueue_mbuf() 3397 m_drop_list(m_head, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_IF_NOT_ATTACHED, NULL, 0); in ifnet_enqueue_mbuf_chain() 3401 m_drop_list(m_head, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_IF_NOT_UP, NULL, 0); in ifnet_enqueue_mbuf_chain()
|
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | ip_output.c | 1876 m_drop_list(m0, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in ip_output_list() 1914 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP_FRAG_TOO_SMALL, in ip_fragment() 1937 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP_FRAG_NO_MEM, in ip_fragment() 1963 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP_FRAG_NO_MEM, in ip_fragment()
|
| H A D | tcp_output.c | 907 …m_drop_list(tp->t_pktlist_head, NULL, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_… in tcp_output() 3094 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_TCP_NECP, NULL, 0); in tcp_output() 3335 …m_drop_list(tp->t_pktlist_head, NULL, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_… in tcp_output() 3637 …m_drop_list(npkt, NULL, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_TCP_PKT_UNSENT… in tcp_ip_output()
|
| H A D | udp_usrreq.c | 2002 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_UDP_NECP, NULL, 0); in udp_output() 2026 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_UDP_IPSEC, NULL, 0); in udp_output()
|
| /xnu-11417.121.6/bsd/netinet6/ |
| H A D | udp6_output.c | 756 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in udp6_output()
|
| H A D | raw_ip6.c | 906 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in rip6_output()
|
| H A D | nd6_nbr.c | 922 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in nd6_ns_output() 1524 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP6_BAD_SCOPE, NULL, 0); in nd6_na_output()
|
| H A D | ip6_output.c | 1725 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in ip6_output_list() 1982 …m_drop_list(first_mbufp, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0… in ip6_do_fragmentation()
|
| /xnu-11417.121.6/bsd/net/pktsched/ |
| H A D | pktsched.c | 402 m_drop_list(m, ifp, flags | DROPTAP_FLAG_DIR_OUT, reason, funcname, linenum); in pktsched_drop_pkt()
|
| /xnu-11417.121.6/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 2420 if (flags & DROPTAP_FLAG_DIR_OUT) { in pp_drop_pktq() 2528 if (flags & DROPTAP_FLAG_DIR_OUT) { in pp_drop_packet_single()
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 6030 if (flags & DROPTAP_FLAG_DIR_OUT) { 6084 if (flags & DROPTAP_FLAG_DIR_OUT) { 6116 if (flags & DROPTAP_FLAG_DIR_OUT) {
|