Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Ddroptap.c279 droptap_bpf_tap_packet(pkt, DROPTAP_FLAG_DIR_OUT | PTH_FLAG_NEXUS_CHAN, in droptap_output_packet()
293 flags & DROPTAP_FLAG_DIR_OUT ? bpf_tap_packet_out : bpf_tap_packet_in; in droptap_bpf_tap_packet()
322 hdr->pth_flags |= flags & DROPTAP_FLAG_DIR_OUT ? PTH_FLAG_DIR_OUT : PTH_FLAG_DIR_IN; in droptap_bpf_tap_packet()
388 droptap_bpf_tap_mbuf(m, DROPTAP_FLAG_DIR_OUT | flags, &dtaphdr, ifp); in droptap_output_mbuf()
399 flags & DROPTAP_FLAG_DIR_OUT ? bpf_tap_out : bpf_tap_in; in droptap_bpf_tap_mbuf()
414 hdr->pth_flags |= flags & DROPTAP_FLAG_DIR_OUT ? PTH_FLAG_DIR_OUT : PTH_FLAG_DIR_IN; in droptap_bpf_tap_mbuf()
H A Ddroptap.h234 #define DROPTAP_FLAG_DIR_OUT 0x0002 macro
/xnu-11215.1.10/bsd/netinet6/
H A Dudp6_output.c729 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in udp6_output()
H A Draw_ip6.c900 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in rip6_output()
H A Dnd6_nbr.c922 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 Dip6_output.c1695 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in ip6_output_list()
/xnu-11215.1.10/bsd/netinet/
H A Dip_output.c1846 m_drop_list(m0, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in ip_output_list()
1884 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP_FRAG_TOO_SMALL, in ip_fragment()
1907 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP_FRAG_NO_MEM, in ip_fragment()
1933 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, DROP_REASON_IP_FRAG_NO_MEM, in ip_fragment()
/xnu-11215.1.10/bsd/net/pktsched/
H A Dpktsched.c402 m_drop_list(m, flags | DROPTAP_FLAG_DIR_OUT, reason, funcname, linenum); in pktsched_drop_pkt()
/xnu-11215.1.10/bsd/skywalk/packet/
H A Dpbufpool.c2424 if (flags & DROPTAP_FLAG_DIR_OUT) { in pp_drop_pktq()
2532 if (flags & DROPTAP_FLAG_DIR_OUT) { in pp_drop_packet_single()
/xnu-11215.1.10/bsd/kern/
H A Duipc_mbuf.c6031 if (flags & DROPTAP_FLAG_DIR_OUT) {
6097 if (flags & DROPTAP_FLAG_DIR_OUT) {