Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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-6.1.9/net/ipv4/
Dinet_diag.c1231 bpf_stg_diag = bpf_sk_storage_diag_alloc(nla); in __inet_diag_dump_start()