Lines Matching refs:nla
101 struct nlattr *nla;
106 nla = nla_reserve(skb, TCA_ACT_BPF_OPS, prog->bpf_num_ops *
108 if (nla == NULL)
111 memcpy(nla_data(nla), prog->bpf_ops, nla_len(nla));
119 struct nlattr *nla;
128 nla = nla_reserve(skb, TCA_ACT_BPF_TAG, sizeof(prog->filter->tag));
129 if (nla == NULL)
132 memcpy(nla_data(nla), prog->filter->tag, nla_len(nla));
278 static int tcf_bpf_init(struct net *net, struct nlattr *nla,
294 if (!nla)
297 ret = nla_parse_nested_deprecated(tb, TCA_ACT_BPF_MAX, nla,