Home
last modified time | relevance | path

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

/xnu-11215.61.5/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.c172 _CASSERT(PKT_F_FLOW_ADV == PKTF_FLOW_ADV); in pp_init()
180 PKT_F_REXMT | PKT_F_LAST_PKT | PKT_F_FLOW_ID | PKT_F_FLOW_ADV | in pp_init()
/xnu-11215.61.5/bsd/net/pktsched/
H A Dpktsched.c595 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-11215.61.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3014 flowadv_cap = ((pkt->pkt_pflags & PKT_F_FLOW_ADV) != 0); in classq_enqueue_flow()
3026 flowadv_cap = ((pkt->pkt_pflags & PKT_F_FLOW_ADV) != 0); in classq_enqueue_flow()
3065 flowadv_cap = ((pkt->pkt_pflags & PKT_F_FLOW_ADV) != 0); in classq_qset_enqueue_flow()
3284 pkt->pkt_pflags |= PKT_F_FLOW_ADV; in dp_flow_tx_process()
3288 pkt->pkt_pflags &= ~PKT_F_FLOW_ADV; in dp_flow_tx_process()
/xnu-11215.61.5/bsd/net/
H A Dif_redirect.c365 pkt->pkt_pflags &= ~PKT_F_FLOW_ADV; in redirect_tx_submit()