Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/skywalk/packet/
H A Dos_packet_private.h857 #define PKT_F_FLOW_ID __PKT_F_FLOW_ID /* (common) */ macro
895 PKT_F_LAST_PKT | PKT_F_FLOW_ID | PKT_F_FLOW_ADV | \
H A Dpbufpool.c158 _CASSERT(PKT_F_FLOW_ID == PKTF_FLOW_ID); in pp_init()
167 PKT_F_REXMT | PKT_F_LAST_PKT | PKT_F_FLOW_ID | PKT_F_FLOW_ADV | in pp_init()
H A Dpacket_common.h1711 if ((PKT_ADDR(ph)->pkt_pflags & PKT_F_FLOW_ID) == 0) { in __packet_get_flowid()
/xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2861 pkt->pkt_pflags |= PKT_F_FLOW_ID; in dp_flow_tx_process()