Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.h96 xdpf = xdp_convert_buff_to_frame(xdp); in ena_xdp_execute()
/linux/drivers/net/ethernet/sfc/siena/
H A Drx.c312 xdpf = xdp_convert_buff_to_frame(&xdp); in efx_do_xdp()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c286 xdpf = xdp_convert_buff_to_frame(xdp); in vmxnet3_run_xdp()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c393 xdpf = xdp_convert_buff_to_frame(xdp); in aq_xdp_build_skb()
443 xdpf = xdp_convert_buff_to_frame(xdp); in aq_xdp_run_prog()
/linux/include/net/
H A Dxdp.h392 struct xdp_frame *xdp_convert_buff_to_frame(struct xdp_buff *xdp) in xdp_convert_buff_to_frame() function
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c168 xdpf = xdp_convert_buff_to_frame(&xdp); in fun_run_xdp()
/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.c1347 xdpf = xdp_convert_buff_to_frame(xdp); in cpsw_run_xdp()
H A Dam65-cpsw-nuss.c1202 xdpf = xdp_convert_buff_to_frame(xdp); in am65_cpsw_run_xdp()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c544 xdpf = xdp_convert_buff_to_frame(&xdp_buf); in ionic_run_xdp()
/linux/drivers/net/
H A Dveth.c596 struct xdp_frame *frame = xdp_convert_buff_to_frame(xdp); in veth_xdp_tx()
H A Dxen-netfront.c989 xdpf = xdp_convert_buff_to_frame(xdp); in xennet_run_xdp()
H A Dtun.c1318 struct xdp_frame *frame = xdp_convert_buff_to_frame(xdp); in tun_xdp_tx()
H A Dvirtio_net.c1749 xdpf = xdp_convert_buff_to_frame(xdp); in virtnet_xdp_handler()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c2251 struct xdp_frame *xdpf = xdp_convert_buff_to_frame(xdp); in i40e_xmit_xdp_tx_ring()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1980 struct xdp_frame *xdpf = xdp_convert_buff_to_frame(xdp); in mtk_xdp_run()
/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c2183 xdpf = xdp_convert_buff_to_frame(xdp); in mvneta_xdp_xmit_back()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c2464 struct xdp_frame *xdpf = xdp_convert_buff_to_frame(xdp); in igc_xdp_xmit_back()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c5027 struct xdp_frame *xdpf = xdp_convert_buff_to_frame(xdp); in stmmac_xdp_xmit_back()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c2935 struct xdp_frame *xdpf = xdp_convert_buff_to_frame(xdp); in igb_xdp_xmit_back()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c2255 xdpf = xdp_convert_buff_to_frame(xdp); in ixgbe_run_xdp()
/linux/net/core/
H A Dfilter.c4460 return __xdp_do_redirect_frame(ri, dev, xdp_convert_buff_to_frame(xdp), in xdp_do_redirect()