IFLA_XDP
xdp = nla_nest_start_noflag(skb, IFLA_XDP);
[IFLA_XDP] = { .type = NLA_NESTED },
if (tb[IFLA_XDP]) {
tb[IFLA_XDP],
if (!tb[IFLA_XDP])
return do_xdp_dump_one(tb[IFLA_XDP], (unsigned int)ifinfo->ifi_index,
nla = nlattr_begin_nested(&req, IFLA_XDP);
if (!tb[IFLA_XDP])
ret = libbpf_nla_parse_nested(xdp_tb, IFLA_XDP_MAX, tb[IFLA_XDP], NULL);