Home
last modified time | relevance | path

Searched refs:pkt_transport_protocol (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/packet/
H A Dpacket_copy.c945 pkt->pkt_transport_protocol = IPPROTO_QUIC; in pkt_copy_from_mbuf()
950 pkt->pkt_transport_protocol = m->m_pkthdr.pkt_proto; in pkt_copy_from_mbuf()
1347 pkt->pkt_transport_protocol = IPPROTO_QUIC; in pkt_copy_multi_buflet_from_mbuf()
1352 pkt->pkt_transport_protocol = m->m_pkthdr.pkt_proto; in pkt_copy_multi_buflet_from_mbuf()
H A Dpacket_var.h413 #define pkt_transport_protocol pkt_flow->flow_ulp_encap macro
/xnu-12377.1.9/bsd/net/pktsched/
H A Dpktsched.c623 *proto = kp->pkt_transport_protocol; in pktsched_get_pkt_vars()
/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c369 pkt->pkt_transport_protocol = IPPROTO_TCP; in netif_gso_tcp_segment_mbuf()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2021 pkt->pkt_transport_protocol = fe->fe_transport_protocol; in dp_flow_rx_process()
2864 if (pkt->pkt_transport_protocol == IPPROTO_QUIC) { in convert_pkt_to_mbuf()
3359 pkt->pkt_transport_protocol = fe->fe_transport_protocol; in dp_flow_tx_process()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1913 spkt->pkt_transport_protocol = in flow_rx_agg_channel()