Home
last modified time | relevance | path

Searched refs:pkt_ext_flags (Results 1 – 12 of 12) sorted by relevance

/xnu-11417.140.69/bsd/net/pktsched/
H A Dpktsched.c483 if (pkth->pkt_ext_flags & PKTF_EXT_QUIC) { in pktsched_get_pkt_vars()
844 return (pkth->pkt_ext_flags & PKTF_EXT_L4S) != 0; in pktsched_is_pkt_l4s()
/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/netinet6/
H A Dip6_output.c1056 m->m_pkthdr.pkt_ext_flags |= PKTF_EXT_L4S; in ip6_output_list()
4438 m->m_pkthdr.pkt_ext_flags |= PKTF_EXT_OUTPUT_SCOPE; in ip6_output_setsrcifscope()
4451 m->m_pkthdr.pkt_ext_flags |= PKTF_EXT_OUTPUT_SCOPE; in ip6_output_setdstifscope()
4464 VERIFY(m->m_pkthdr.pkt_ext_flags & PKTF_EXT_OUTPUT_SCOPE); in ip6_output_getsrcifscope()
4476 VERIFY(m->m_pkthdr.pkt_ext_flags & PKTF_EXT_OUTPUT_SCOPE); in ip6_output_getdstifscope()
H A Dip6_input.c999 m->m_pkthdr.pkt_ext_flags |= PKTF_EXT_L4S; in ip6_input()
1455 m->m_pkthdr.pkt_ext_flags &= ~PKTF_EXT_OUTPUT_SCOPE; in ip6_setsrcifaddr_info()
1480 m->m_pkthdr.pkt_ext_flags &= ~PKTF_EXT_OUTPUT_SCOPE; in ip6_setdstifaddr_info()
H A Dipsec.c1397 } else if (m->m_pkthdr.pkt_ext_flags & PKTF_EXT_OUTPUT_SCOPE) { in ipsec6_setspidx_ipaddr()
1416 } else if (m->m_pkthdr.pkt_ext_flags & PKTF_EXT_OUTPUT_SCOPE) { in ipsec6_setspidx_ipaddr()
H A Dicmp6.c2320 } else if (m->m_pkthdr.pkt_ext_flags & PKTF_EXT_OUTPUT_SCOPE) { in icmp6_reflect()
/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.h459 pkt_ext_flags:3, member
/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()
/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf.c5070 m->m_pkthdr.pkt_ext_flags = 0;
5098 to->m_pkthdr.pkt_ext_flags = from->m_pkthdr.pkt_ext_flags;
/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2788 m->m_pkthdr.pkt_ext_flags |= PKTF_EXT_QUIC; in convert_pkt_to_mbuf()