Searched refs:xdp_offload (Results 1 – 2 of 2) sorted by relevance
136 int (*xdp_offload)(struct nfp_app *app, struct nfp_net *nn, member341 if (!app || !app->type->xdp_offload) in nfp_app_xdp_offload()343 return app->type->xdp_offload(app, nn, prog, extack); in nfp_app_xdp_offload()
546 .xdp_offload = nfp_bpf_xdp_offload,