Home
last modified time | relevance | path

Searched refs:PKT_F_START_SEQ (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/packet/
H A Dos_packet_private.h846 #define PKT_F_START_SEQ __PKT_F_START_SEQ /* (common) */ macro
881 PKT_F_START_SEQ | PKT_F_KEEPALIVE | PKT_F_WAKE_PKT)
H A Dpacket_copy.c1646 if ((pkt->pkt_pflags & PKT_F_START_SEQ) != 0) { in pkt_copy_to_mbuf()
1875 if ((pkt->pkt_pflags & PKT_F_START_SEQ) != 0) { in pkt_copy_multi_buflet_to_mbuf()
H A Dpbufpool.c181 static_assert(PKT_F_START_SEQ == PKTF_START_SEQ); in pp_init()
184 …FLOW_ADV | PKT_F_TX_COMPL_TS_REQ | PKT_F_TS_VALID | PKT_F_NEW_FLOW | PKT_F_START_SEQ | PKT_F_KEEPA… in pp_init()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c407 pkt->pkt_pflags |= PKT_F_START_SEQ; in flow_pkt_classify()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2877 if ((pkt->pkt_pflags & PKT_F_START_SEQ) != 0) { in convert_pkt_to_mbuf()