diff
4     struct bpf_prog *xdp_prog,
---
4     struct bpf_prog *xdp_prog,
5     if (!xdp_prog) {
6         pr_err("xdp_prog is NULL\n");
7         return -EINVAL; // Or another appropriate error code
8     }
