Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/packet/
H A Dos_packet_private.h842 #define PKT_F_FLOW_ADV __PKT_F_FLOW_ADV /* (common) */ macro
879 PKT_F_LAST_PKT | PKT_F_FLOW_ID | PKT_F_FLOW_ADV | \
H A Dpbufpool.c170 _CASSERT(PKT_F_FLOW_ADV == PKTF_FLOW_ADV); in pp_init()
178 PKT_F_REXMT | PKT_F_LAST_PKT | PKT_F_FLOW_ID | PKT_F_FLOW_ADV | in pp_init()
/xnu-11215.1.10/bsd/net/pktsched/
H A Dpktsched.c595 ASSERT(kp->pkt_pflags & PKT_F_FLOW_ADV); in pktsched_alloc_fcentry()
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3021 flowadv_cap = ((pkt->pkt_pflags & PKT_F_FLOW_ADV) != 0); in classq_enqueue_flow()
3041 flowadv_cap = ((pkt->pkt_pflags & PKT_F_FLOW_ADV) != 0); in classq_enqueue_flow()
3102 flowadv_cap = ((pkt->pkt_pflags & PKT_F_FLOW_ADV) != 0); in classq_qset_enqueue_flow()
3343 pkt->pkt_pflags |= PKT_F_FLOW_ADV; in dp_flow_tx_process()
3347 pkt->pkt_pflags &= ~PKT_F_FLOW_ADV; in dp_flow_tx_process()
/xnu-11215.1.10/bsd/net/
H A Dif_redirect.c365 pkt->pkt_pflags &= ~PKT_F_FLOW_ADV; in redirect_tx_submit()