Home
last modified time | relevance | path

Searched refs:PKTF_EXT_L4S (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.140.69/bsd/skywalk/packet/
H A Dpacket_copy.c944 if ((m->m_pkthdr.pkt_ext_flags & PKTF_EXT_L4S) != 0) { in pkt_copy_from_mbuf()
1333 if ((m->m_pkthdr.pkt_ext_flags & PKTF_EXT_L4S) != 0) { in pkt_copy_multi_buflet_from_mbuf()
1609 m->m_pkthdr.pkt_ext_flags |= PKTF_EXT_L4S; in pkt_copy_to_mbuf()
1826 m->m_pkthdr.pkt_ext_flags |= PKTF_EXT_L4S; in pkt_copy_multi_buflet_to_mbuf()
/xnu-11417.140.69/bsd/net/pktsched/
H A Dpktsched.c844 return (pkth->pkt_ext_flags & PKTF_EXT_L4S) != 0; in pktsched_is_pkt_l4s()
/xnu-11417.140.69/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c309 pflags |= (m->m_pkthdr.pkt_ext_flags & PKTF_EXT_L4S) ? PKT_F_L4S : 0; in netif_gso_tcp_segment_mbuf()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h568 #define PKTF_EXT_L4S 0x2 /* pkts is from a L4S connection */ macro
/xnu-11417.140.69/bsd/netinet6/
H A Dip6_input.c999 m->m_pkthdr.pkt_ext_flags |= PKTF_EXT_L4S; in ip6_input()
H A Dip6_output.c1056 m->m_pkthdr.pkt_ext_flags |= PKTF_EXT_L4S; in ip6_output_list()
/xnu-11417.140.69/bsd/netinet/
H A Dip_output.c596 m->m_pkthdr.pkt_ext_flags |= PKTF_EXT_L4S; in ip_output_list()
H A Dip_input.c1089 m->m_pkthdr.pkt_ext_flags |= PKTF_EXT_L4S; in ip_input_first_pass()