Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dbpf_sk_storage.c70 struct bpf_sk_storage __rcu *sk_storage;
83 struct bpf_sk_storage { struct
147 static bool __selem_unlink_sk(struct bpf_sk_storage *sk_storage, in __selem_unlink_sk()
167 atomic_sub(sizeof(struct bpf_sk_storage), &sk->sk_omem_alloc); in __selem_unlink_sk()
198 struct bpf_sk_storage *sk_storage; in selem_unlink_sk()
215 static void __selem_link_sk(struct bpf_sk_storage *sk_storage, in __selem_link_sk()
261 __sk_storage_lookup(struct bpf_sk_storage *sk_storage, in __sk_storage_lookup()
301 struct bpf_sk_storage *sk_storage; in sk_storage_lookup()
330 struct bpf_sk_storage *prev_sk_storage, *sk_storage; in sk_storage_alloc()
357 prev_sk_storage = cmpxchg((struct bpf_sk_storage **)&sk->sk_bpf_storage, in sk_storage_alloc()
[all …]
DMakefile37 obj-$(CONFIG_BPF_SYSCALL) += bpf_sk_storage.o
/Linux-v5.4/include/net/
Dsock.h234 struct bpf_sk_storage;
511 struct bpf_sk_storage __rcu *sk_bpf_storage;