Home
last modified time | relevance | path

Searched refs:nla_stgs (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/net/core/
A Dbpf_sk_storage.c591 struct nlattr *nla_stgs; in bpf_sk_storage_diag_put_all() local
604 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() local
665 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 …]
/linux-6.3-rc2/include/net/
A Dbpf_sk_storage.h34 bpf_sk_storage_diag_alloc(const struct nlattr *nla_stgs);

Completed in 5 milliseconds