Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/packet/
H A Dos_packet_private.h841 #define PKT_F_FLOW_ID __PKT_F_FLOW_ID /* (common) */ macro
879 PKT_F_LAST_PKT | PKT_F_FLOW_ID | PKT_F_FLOW_ADV | \
H A Dpbufpool.c176 static_assert(PKT_F_FLOW_ID == PKTF_FLOW_ID); in pp_init()
184 …= (PKT_F_BACKGROUND | PKT_F_REALTIME | PKT_F_REXMT | PKT_F_LAST_PKT | PKT_F_FLOW_ID | PKT_F_FLOW_A… in pp_init()
H A Dpacket_common.h1700 if ((PKT_ADDR(ph)->pkt_pflags & PKT_F_FLOW_ID) == 0) { in __packet_get_flowid()
/xnu-12377.41.6/bsd/net/
H A Dif_redirect.c364 pkt->pkt_pflags |= PKT_F_FLOW_ID; in redirect_tx_submit()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3371 pkt->pkt_pflags |= PKT_F_FLOW_ID; in dp_flow_tx_process()