Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_dpdk_kni.c82 struct kni_interface_stats **kni_stat; variable
222 kni_stat[port_id]->rx_packets += nb_kni_tx; in kni_process_tx()
244 kni_stat[port_id]->tx_packets += nb_rx; in kni_process_rx()
427 kni_stat = rte_zmalloc("kni:stat", in ff_kni_init()
430 if (kni_stat == NULL) in ff_kni_init()
487 if (kni_stat[port_id] == NULL) in ff_kni_alloc()
522 if (kni_stat[port_id]->kni == NULL) in ff_kni_alloc()
527 kni_stat[port_id]->rx_packets = 0; in ff_kni_alloc()
528 kni_stat[port_id]->rx_dropped = 0; in ff_kni_alloc()
529 kni_stat[port_id]->tx_packets = 0; in ff_kni_alloc()
[all …]