Home
last modified time | relevance | path

Searched refs:fsw_snoop_and_dequeue (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h223 fsw_snoop_and_dequeue(struct flow_entry *fe, struct pktq *target, bool input) in fsw_snoop_and_dequeue() function
H A Dfsw_dp.c1387 fsw_snoop_and_dequeue(fe, &dropped_pkts, true); in dp_flow_rx_process()
1406 fsw_snoop_and_dequeue(fe, &dropped_pkts, true); in dp_flow_rx_process()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c2274 fsw_snoop_and_dequeue(fe, &dropped_pkts, true); in flow_rx_agg_tcp()