Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dxdp.h96 struct xdp_frame *convert_to_xdp_frame(struct xdp_buff *xdp) in convert_to_xdp_frame() function
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.c42 xdpi.xdpf = convert_to_xdp_frame(xdp); in mlx5e_xmit_xdp_buff()
/Linux-v4.19/kernel/bpf/
Dcpumap.c627 xdpf = convert_to_xdp_frame(xdp); in cpu_map_enqueue()
Ddevmap.c351 xdpf = convert_to_xdp_frame(xdp); in dev_map_enqueue()
/Linux-v4.19/drivers/net/
Dveth.c367 struct xdp_frame *frame = convert_to_xdp_frame(xdp); in veth_xdp_tx()
Dvirtio_net.c679 xdpf = convert_to_xdp_frame(&xdp); in receive_small()
850 xdpf = convert_to_xdp_frame(&xdp); in receive_mergeable()
Dtun.c1311 struct xdp_frame *frame = convert_to_xdp_frame(xdp); in tun_xdp_tx()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c2213 struct xdp_frame *xdpf = convert_to_xdp_frame(xdp); in i40e_xmit_xdp_tx_ring()
/Linux-v4.19/net/core/
Dfilter.c3169 xdpf = convert_to_xdp_frame(xdp); in __bpf_tx_xdp()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c2219 xdpf = convert_to_xdp_frame(xdp); in ixgbe_run_xdp()