Home
last modified time | relevance | path

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

/linux/net/core/
A Dbpf_sk_storage.c610 struct nlattr *nla_stgs; in bpf_sk_storage_diag_put_all() local
623 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() local
684 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 …]
/linux/include/net/
A Dbpf_sk_storage.h34 bpf_sk_storage_diag_alloc(const struct nlattr *nla_stgs);

Completed in 6 milliseconds