Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sfc/
Defx.c103 static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog);
399 efx_xdp_setup_prog(efx, NULL); in efx_remove_all()
621 static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog) in efx_xdp_setup_prog() function
654 return efx_xdp_setup_prog(efx, xdp->prog); in efx_xdp()