Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_dpdk_if.c123 static dispatch_func_t packet_dispatcher; variable
1289 if (!pkts_from_ring && packet_dispatcher) {
1291 int ret = (*packet_dispatcher)(data, &len, queue_id, nb_queues);
2077 packet_dispatcher = func;