Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil_output.c151 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_CLAT64, NULL, 0); in dlil_output()
176 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_CLAT64, NULL, 0); in dlil_output()
229 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_PRE_OUTPUT, NULL, 0); in dlil_output()
279 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_CLAT64, NULL, 0); in dlil_output()
313 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_IF_FRAMER, NULL, 0); in dlil_output()
355 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_IF_FILTER, NULL, 0); in dlil_output()
386 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_TSO_NOT_OK, NULL, 0); in dlil_output()
H A Ddroptap.c284 droptap_bpf_tap_packet(pkt, DROPTAP_FLAG_DIR_OUT | PTH_FLAG_NEXUS_CHAN, in droptap_output_packet()
298 flags & DROPTAP_FLAG_DIR_OUT ? bpf_tap_packet_out : bpf_tap_packet_in; in droptap_bpf_tap_packet()
327 hdr->pth_flags |= flags & DROPTAP_FLAG_DIR_OUT ? PTH_FLAG_DIR_OUT : PTH_FLAG_DIR_IN; in droptap_bpf_tap_packet()
397 droptap_bpf_tap_mbuf(m, DROPTAP_FLAG_DIR_OUT | flags, &dtaphdr, ifp); in droptap_output_mbuf()
408 flags & DROPTAP_FLAG_DIR_OUT ? bpf_tap_out : bpf_tap_in; in droptap_bpf_tap_mbuf()
423 hdr->pth_flags |= flags & DROPTAP_FLAG_DIR_OUT ? PTH_FLAG_DIR_OUT : PTH_FLAG_DIR_IN; in droptap_bpf_tap_mbuf()
H A Ddroptap.h365 #define DROPTAP_FLAG_DIR_OUT 0x0002 macro
H A Ddlil.c3323 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_INVALID, NULL, 0); in ifnet_enqueue_mbuf()
3330 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_IF_NOT_ATTACHED, NULL, 0); in ifnet_enqueue_mbuf()
3334 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_IF_NOT_UP, NULL, 0); in ifnet_enqueue_mbuf()
3360 m_drop_list(m_head, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_IF_NOT_ATTACHED, NULL, 0); in ifnet_enqueue_mbuf_chain()
3364 m_drop_list(m_head, ifp, DROPTAP_FLAG_DIR_OUT, DROP_REASON_DLIL_ENQUEUE_IF_NOT_UP, NULL, 0); in ifnet_enqueue_mbuf_chain()
H A Dif_bridge.c5430 direction == pkt_direction_RX ? DROPTAP_FLAG_DIR_IN : DROPTAP_FLAG_DIR_OUT,
5572 m_drop(m, DROPTAP_FLAG_DIR_OUT,
5627 m_drop(m, DROPTAP_FLAG_DIR_OUT,
5642 m_drop(m, DROPTAP_FLAG_DIR_OUT,
5663 m_drop(m, DROPTAP_FLAG_DIR_OUT,
H A Dpf_ioctl.c4741 m_drop(*mp, input ? DROPTAP_FLAG_DIR_IN : DROPTAP_FLAG_DIR_OUT, in pf_inet_hook()
4792 m_drop(*mp, input ? DROPTAP_FLAG_DIR_IN : DROPTAP_FLAG_DIR_OUT, in pf_inet6_hook()
/xnu-12377.61.12/bsd/netinet6/
H A Dnd6_nbr.c660 …m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP6_MEM_ALLOC, NULL,… 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()
1499 …m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP6_MEM_ALLOC, NULL,… in nd6_na_output()
1527 …m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP6_BAD_SCOPE, NULL,… in nd6_na_output()
1552 …m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP6_NA_UNKNOWN_SRC_A… in nd6_na_output()
H A Dudp6_output.c758 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in udp6_output()
H A Draw_ip6.c909 m_drop_if(m, oifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in rip6_output()
H A Dip6_output.c1725 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()
H A Dnd6.c4387 m_drop_list(m0, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in nd6_output_list()
/xnu-12377.61.12/bsd/netinet/
H A Dip_output.c1876 m_drop_list(m0, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in ip_output_list()
1914 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP_FRAG_TOO_SMALL, in ip_fragment()
1937 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP_FRAG_NO_MEM, in ip_fragment()
1963 m_drop_if(m, ifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP_FRAG_NO_MEM, in ip_fragment()
H A Dtcp_output.c1200 …m_drop_list(tp->t_pktlist_head, NULL, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_… in tcp_output()
3238 …m_drop_if(m, outifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_TCP_NECP, NULL, 0… in tcp_output()
3487 …m_drop_list(tp->t_pktlist_head, outifp, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASO… in tcp_output()
3846 …m_drop_list(npkt, NULL, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_TCP_PKT_UNSENT… in tcp_ip_output()
H A Dudp_usrreq.c2023 …m_drop_if(m, outif, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_UDP_NECP, NULL, 0); in udp_output()
2048 …m_drop_if(m, outif, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_UDP_IPSEC, NULL, 0… in udp_output()
/xnu-12377.61.12/bsd/net/pktsched/
H A Dpktsched.c502 m_drop_list(m, ifp, flags | DROPTAP_FLAG_DIR_OUT, reason, funcname, linenum); in pktsched_drop_pkt()
/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf.c2833 if (flags & DROPTAP_FLAG_DIR_OUT) { in m_drop_list()
2887 if (flags & DROPTAP_FLAG_DIR_OUT) { in m_drop_common()
2919 if (flags & DROPTAP_FLAG_DIR_OUT) { in m_drop()
2955 if (flags & DROPTAP_FLAG_DIR_OUT) { in m_drop_extended()
/xnu-12377.61.12/bsd/skywalk/packet/
H A Dpbufpool.c2353 if (flags & DROPTAP_FLAG_DIR_OUT) { in pp_drop_pktq()
2461 if (flags & DROPTAP_FLAG_DIR_OUT) { in pp_drop_packet_single()