BPF_F_XDP_HAS_FRAGS
if (attr->prog_flags & ~(BPF_F_XDP_DEV_BOUND_ONLY | BPF_F_XDP_HAS_FRAGS))
if (attr->prog_flags & BPF_F_XDP_HAS_FRAGS &&
BPF_F_XDP_HAS_FRAGS |
prog->aux->xdp_has_frags = attr->prog_flags & BPF_F_XDP_HAS_FRAGS;
opts->prog_flags |= BPF_F_XDP_HAS_FRAGS;
update_flags(&spec->prog_flags, BPF_F_XDP_HAS_FRAGS, clear);