Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/skywalk/packet/
H A Dos_packet_private.h800 #define PKT_F_L4S 0x0000800000000000ULL /* (U+K) */ macro
834 PKT_F_TRUNCATED | PKT_F_WAKE_PKT | PKT_F_L4S)
H A Dpacket_copy.c945 pkt->pkt_pflags |= PKT_F_L4S; in pkt_copy_from_mbuf()
1334 pkt->pkt_pflags |= PKT_F_L4S; in pkt_copy_multi_buflet_from_mbuf()
1608 if ((pkt->pkt_pflags & PKT_F_L4S) != 0) { in pkt_copy_to_mbuf()
1825 if ((pkt->pkt_pflags & PKT_F_L4S) != 0) { in pkt_copy_multi_buflet_to_mbuf()
H A Dpacket_common.h758 return (PKT_ADDR(ph)->pkt_pflags & PKT_F_L4S) != 0; in __packet_get_l4s_flag()
767 PKT_ADDR(ph)->pkt_pflags |= PKT_F_L4S; in __packet_set_l4s_flag()
H A Dpbufpool.c189 PKT_F_TRUNCATED | PKT_F_WAKE_PKT | PKT_F_L4S)); in pp_init()
/xnu-11417.101.15/bsd/net/pktsched/
H A Dpktsched.c848 return (kp->pkt_pflags & PKT_F_L4S) != 0; in pktsched_is_pkt_l4s()
/xnu-11417.101.15/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()