Home
last modified time | relevance | path

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

/net/core/
A Dbpf_sk_storage.c23 struct bpf_local_storage *sk_storage; in bpf_sk_storage_lookup() local
26 sk_storage = in bpf_sk_storage_lookup()
28 if (!sk_storage) in bpf_sk_storage_lookup()
51 struct bpf_local_storage *sk_storage; in bpf_sk_storage_free() local
56 if (!sk_storage) in bpf_sk_storage_free()
59 bpf_local_storage_destroy(sk_storage); in bpf_sk_storage_free()
168 if (!sk_storage || hlist_empty(&sk_storage->list)) in bpf_sk_storage_clone()
584 if (!sk_storage || hlist_empty(&sk_storage->list)) { in bpf_sk_storage_diag_put_all()
645 if (!sk_storage || hlist_empty(&sk_storage->list)) { in bpf_sk_storage_diag_put()
727 if (sk_storage) { in bpf_sk_storage_map_seq_find_next()
[all …]

Completed in 6 milliseconds