Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.c177 static_assert(PKT_F_FLOW_ADV == PKTF_FLOW_ADV); in pp_init()
184 …ND | PKT_F_REALTIME | PKT_F_REXMT | PKT_F_LAST_PKT | PKT_F_FLOW_ID | PKT_F_FLOW_ADV | PKT_F_TX_COM… in pp_init()
/xnu-12377.41.6/bsd/net/pktsched/
H A Dpktsched.c688 ASSERT(kp->pkt_pflags & PKT_F_FLOW_ADV); in pktsched_alloc_fcentry()
H A Dpktsched_netem.c1169 kp->pkt_pflags32 &= ~PKT_F_FLOW_ADV; in netem_enqueue()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3090 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_enqueue_flow()
3140 flowadv_cap = ((pkt->pkt_pflags & PKT_F_FLOW_ADV) != 0); in classq_qset_enqueue_flow()
3363 pkt->pkt_pflags |= PKT_F_FLOW_ADV; in dp_flow_tx_process()
3367 pkt->pkt_pflags &= ~PKT_F_FLOW_ADV; in dp_flow_tx_process()
/xnu-12377.41.6/bsd/net/
H A Dif_redirect.c365 pkt->pkt_pflags &= ~PKT_F_FLOW_ADV; in redirect_tx_submit()