TCA_BPF_NAME
if (tb[TCA_BPF_NAME]) {
name = nla_memdup(tb[TCA_BPF_NAME], GFP_KERNEL);
nla_put_string(skb, TCA_BPF_NAME, prog->bpf_name))
[TCA_BPF_NAME] = { .type = NLA_NUL_STRING,
if (tb[TCA_BPF_NAME])
libbpf_nla_getattr_str(tb[TCA_BPF_NAME]));
return nlattr_add(req, TCA_BPF_NAME, name, len + 1);