Lines Matching refs:nla
102 struct nlattr *nla;
107 nla = nla_reserve(skb, TCA_ACT_BPF_OPS, prog->bpf_num_ops *
109 if (nla == NULL)
112 memcpy(nla_data(nla), prog->bpf_ops, nla_len(nla));
120 struct nlattr *nla;
129 nla = nla_reserve(skb, TCA_ACT_BPF_TAG, sizeof(prog->filter->tag));
130 if (nla == NULL)
133 memcpy(nla_data(nla), prog->filter->tag, nla_len(nla));
279 static int tcf_bpf_init(struct net *net, struct nlattr *nla,
295 if (!nla)
298 ret = nla_parse_nested_deprecated(tb, TCA_ACT_BPF_MAX, nla,