Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A 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
/openbmc/linux/net/core/
H A Dbpf_sk_storage.c485 bpf_sk_storage_diag_alloc(const struct nlattr *nla_stgs) in bpf_sk_storage_diag_alloc() function
542 EXPORT_SYMBOL_GPL(bpf_sk_storage_diag_alloc);
/openbmc/linux/net/ipv4/
H A Dinet_diag.c1231 bpf_stg_diag = bpf_sk_storage_diag_alloc(nla); in __inet_diag_dump_start()