Home
last modified time | relevance | path

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

/linux/net/core/
H A Dbpf_sk_storage.c478 bpf_sk_storage_diag_alloc(const struct nlattr *nla_stgs) in bpf_sk_storage_diag_alloc() argument
492 nla_stgs, rem) { in bpf_sk_storage_diag_alloc()
503 nla_stgs, rem) { in bpf_sk_storage_diag_alloc()
577 struct nlattr *nla_stgs; in bpf_sk_storage_diag_put_all() local
589 nla_stgs = nla_nest_start(skb, stg_array_type); in bpf_sk_storage_diag_put_all()
590 if (!nla_stgs) in bpf_sk_storage_diag_put_all()
601 if (nla_stgs && diag_get(smap, SDATA(selem), skb)) in bpf_sk_storage_diag_put_all()
608 if (nla_stgs) { in bpf_sk_storage_diag_put_all()
610 nla_nest_cancel(skb, nla_stgs); in bpf_sk_storage_diag_put_all()
612 nla_nest_end(skb, nla_stgs); in bpf_sk_storage_diag_put_all()
[all …]
/linux/include/net/
H A Dbpf_sk_storage.h34 bpf_sk_storage_diag_alloc(const struct nlattr *nla_stgs);