Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dxdp.h98 struct xdp_frame *convert_to_xdp_frame(struct xdp_buff *xdp) in convert_to_xdp_frame() function
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.c67 xdpf = convert_to_xdp_frame(xdp); in mlx5e_xmit_xdp_buff()
/Linux-v5.4/kernel/bpf/
Dcpumap.c673 xdpf = convert_to_xdp_frame(xdp); in cpu_map_enqueue()
Ddevmap.c456 xdpf = convert_to_xdp_frame(xdp); in dev_map_enqueue()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c164 xdpf = convert_to_xdp_frame(xdp); in ixgbe_run_xdp_zc()
Dixgbe_main.c2218 xdpf = convert_to_xdp_frame(xdp); in ixgbe_run_xdp()
/Linux-v5.4/drivers/net/
Dveth.c494 struct xdp_frame *frame = convert_to_xdp_frame(xdp); in veth_xdp_tx()
Dvirtio_net.c701 xdpf = convert_to_xdp_frame(&xdp); in receive_small()
874 xdpf = convert_to_xdp_frame(&xdp); in receive_mergeable()
Dtun.c1333 struct xdp_frame *frame = convert_to_xdp_frame(xdp); in tun_xdp_tx()
/Linux-v5.4/drivers/net/ethernet/socionext/
Dnetsec.c869 struct xdp_frame *xdpf = convert_to_xdp_frame(xdp); in netsec_xdp_xmit_back()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c2183 struct xdp_frame *xdpf = convert_to_xdp_frame(xdp); in i40e_xmit_xdp_tx_ring()
/Linux-v5.4/drivers/net/ethernet/ti/
Dcpsw.c512 xdpf = convert_to_xdp_frame(xdp); in cpsw_run_xdp()
/Linux-v5.4/net/core/
Dfilter.c3476 xdpf = convert_to_xdp_frame(xdp); in __bpf_tx_xdp()