Home
last modified time | relevance | path

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

/f-stack/dpdk/kernel/linux/kni/
H A Dkni_net.c267 kni_net_tx(struct sk_buff *skb, struct net_device *dev) in kni_net_tx() function
602 kni_net_tx(skb, dev); in kni_net_rx_lo_fifo_skb()
789 .ndo_start_xmit = kni_net_tx,
/f-stack/dpdk/doc/guides/prog_guide/
H A Dkernel_nic_interface.rst296 The packet is received from the Linux net stack, by calling the kni_net_tx() callback.