Searched refs:nla_stgs (Results 1 – 2 of 2) sorted by relevance
591 struct nlattr *nla_stgs; in bpf_sk_storage_diag_put_all() local604 if (!nla_stgs) in bpf_sk_storage_diag_put_all()620 if (nla_stgs) { in bpf_sk_storage_diag_put_all()622 nla_nest_cancel(skb, nla_stgs); in bpf_sk_storage_diag_put_all()624 nla_nest_end(skb, nla_stgs); in bpf_sk_storage_diag_put_all()645 struct nlattr *nla_stgs; in bpf_sk_storage_diag_put() local665 if (!nla_stgs) in bpf_sk_storage_diag_put()680 if (nla_stgs && diag_get(sdata, skb)) in bpf_sk_storage_diag_put()686 if (nla_stgs) { in bpf_sk_storage_diag_put()688 nla_nest_cancel(skb, nla_stgs); in bpf_sk_storage_diag_put()[all …]
34 bpf_sk_storage_diag_alloc(const struct nlattr *nla_stgs);
Completed in 5 milliseconds