Home
last modified time | relevance | path

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

/xnu-11417.121.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.c172 _CASSERT(PKT_F_FLOW_ID == PKTF_FLOW_ID); in pp_init()
181 PKT_F_REXMT | PKT_F_LAST_PKT | PKT_F_FLOW_ID | PKT_F_FLOW_ADV | in pp_init()
H A Dpacket_common.h1786 if ((PKT_ADDR(ph)->pkt_pflags & PKT_F_FLOW_ID) == 0) { in __packet_get_flowid()
/xnu-11417.121.6/bsd/net/
H A Dif_redirect.c364 pkt->pkt_pflags |= PKT_F_FLOW_ID; in redirect_tx_submit()
/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3294 pkt->pkt_pflags |= PKT_F_FLOW_ID; in dp_flow_tx_process()