Home
last modified time | relevance | path

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

/xnu-10063.121.3/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.c159 _CASSERT(PKT_F_FLOW_ADV == PKTF_FLOW_ADV); in pp_init()
167 PKT_F_REXMT | PKT_F_LAST_PKT | PKT_F_FLOW_ID | PKT_F_FLOW_ADV | in pp_init()
/xnu-10063.121.3/bsd/net/pktsched/
H A Dpktsched.c543 ASSERT(kp->pkt_pflags & PKT_F_FLOW_ADV); in pktsched_alloc_fcentry()
/xnu-10063.121.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2855 flowadv_cap = ((pkt->pkt_pflags & PKT_F_FLOW_ADV) != 0); in classq_enqueue_flow()
2875 flowadv_cap = ((pkt->pkt_pflags & PKT_F_FLOW_ADV) != 0); in classq_enqueue_flow()
2936 flowadv_cap = ((pkt->pkt_pflags & PKT_F_FLOW_ADV) != 0); in classq_qset_enqueue_flow()
3170 pkt->pkt_pflags |= PKT_F_FLOW_ADV; in dp_flow_tx_process()
3174 pkt->pkt_pflags &= ~PKT_F_FLOW_ADV; in dp_flow_tx_process()
/xnu-10063.121.3/bsd/net/
H A Dif_redirect.c364 pkt->pkt_pflags |= (PKT_F_FLOW_ADV | PKTF_FLOW_ID); in redirect_tx_submit()