Home
last modified time | relevance | path

Searched refs:bpf_sk_storage_diag_alloc (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/net/
Dbpf_sk_storage.h34 bpf_sk_storage_diag_alloc(const struct nlattr *nla_stgs);
47 bpf_sk_storage_diag_alloc(const struct nlattr *nla) in bpf_sk_storage_diag_alloc() function
/Linux-v6.1/net/core/
Dbpf_sk_storage.c520 bpf_sk_storage_diag_alloc(const struct nlattr *nla_stgs) in bpf_sk_storage_diag_alloc() function
574 EXPORT_SYMBOL_GPL(bpf_sk_storage_diag_alloc);
/Linux-v6.1/net/ipv4/
Dinet_diag.c1231 bpf_stg_diag = bpf_sk_storage_diag_alloc(nla); in __inet_diag_dump_start()