efx_xdp_setup_prog
static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog);
efx_xdp_setup_prog(efx, NULL);
return efx_xdp_setup_prog(efx, xdp->prog);
static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog);
efx_xdp_setup_prog(efx, NULL);
return efx_xdp_setup_prog(efx, xdp->prog);