Home
last modified time | relevance | path

Searched refs:nla_stgs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dbpf_sk_storage.c435 bpf_sk_storage_diag_alloc(const struct nlattr *nla_stgs) in bpf_sk_storage_diag_alloc() argument
448 nla_for_each_nested(nla, nla_stgs, rem) { in bpf_sk_storage_diag_alloc()
461 nla_for_each_nested(nla, nla_stgs, rem) { in bpf_sk_storage_diag_alloc()
540 struct nlattr *nla_stgs; in bpf_sk_storage_diag_put_all() local
552 nla_stgs = nla_nest_start(skb, stg_array_type); in bpf_sk_storage_diag_put_all()
553 if (!nla_stgs) in bpf_sk_storage_diag_put_all()
562 if (nla_stgs && diag_get(SDATA(selem), skb)) in bpf_sk_storage_diag_put_all()
569 if (nla_stgs) { in bpf_sk_storage_diag_put_all()
571 nla_nest_cancel(skb, nla_stgs); in bpf_sk_storage_diag_put_all()
573 nla_nest_end(skb, nla_stgs); in bpf_sk_storage_diag_put_all()
594 struct nlattr *nla_stgs; bpf_sk_storage_diag_put() local
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dbpf_sk_storage.c485 bpf_sk_storage_diag_alloc(const struct nlattr *nla_stgs) in bpf_sk_storage_diag_alloc() argument
498 nla_for_each_nested(nla, nla_stgs, rem) { in bpf_sk_storage_diag_alloc()
510 nla_for_each_nested(nla, nla_stgs, rem) { in bpf_sk_storage_diag_alloc()
589 struct nlattr *nla_stgs; in bpf_sk_storage_diag_put_all() local
601 nla_stgs = nla_nest_start(skb, stg_array_type); in bpf_sk_storage_diag_put_all()
602 if (!nla_stgs) in bpf_sk_storage_diag_put_all()
611 if (nla_stgs && diag_get(SDATA(selem), skb)) in bpf_sk_storage_diag_put_all()
618 if (nla_stgs) { in bpf_sk_storage_diag_put_all()
620 nla_nest_cancel(skb, nla_stgs); in bpf_sk_storage_diag_put_all()
622 nla_nest_end(skb, nla_stgs); in bpf_sk_storage_diag_put_all()
643 struct nlattr *nla_stgs; bpf_sk_storage_diag_put() local
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dbpf_sk_storage.h33 bpf_sk_storage_diag_alloc(const struct nlattr *nla_stgs);
/kernel/linux/linux-6.6/include/net/
H A Dbpf_sk_storage.h34 bpf_sk_storage_diag_alloc(const struct nlattr *nla_stgs);

Completed in 3 milliseconds