
<                                       struct bpf_prog *xdp_prog,
---
>                                       struct bpf_prog *xdp_prog)
> {
>     if (!xdp_prog) {
>         pr_err("xdp_prog is NULL\n");
>         return -EFAULT;
>     }
