Searched refs:nla_stgs (Results 1 – 2 of 2) sorted by relevance
610 struct nlattr *nla_stgs; in bpf_sk_storage_diag_put_all() local623 if (!nla_stgs) in bpf_sk_storage_diag_put_all()639 if (nla_stgs) { in bpf_sk_storage_diag_put_all()641 nla_nest_cancel(skb, nla_stgs); in bpf_sk_storage_diag_put_all()643 nla_nest_end(skb, nla_stgs); in bpf_sk_storage_diag_put_all()664 struct nlattr *nla_stgs; in bpf_sk_storage_diag_put() local684 if (!nla_stgs) in bpf_sk_storage_diag_put()699 if (nla_stgs && diag_get(sdata, skb)) in bpf_sk_storage_diag_put()705 if (nla_stgs) { in bpf_sk_storage_diag_put()707 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