Searched refs:sk_storage (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
A D | udp_limit.c | 19 int *sk_storage; in sock() local 25 sk_storage = bpf_sk_storage_get(&sk_map, ctx, 0, in sock() 27 if (!sk_storage) in sock() 29 *sk_storage = 0xdeadbeef; in sock() 48 int *sk_storage; in sock_release() local 54 sk_storage = bpf_sk_storage_get(&sk_map, ctx, 0, 0); in sock_release() 55 if (!sk_storage || *sk_storage != 0xdeadbeef) in sock_release()
|
A D | map_ptr_kern.c | 607 struct bpf_local_storage_map *sk_storage = in check_sk_storage() local 611 VERIFY(check(&sk_storage->map, map, sizeof(__u32), sizeof(__u32), 0)); in check_sk_storage()
|
/linux/net/core/ |
A D | bpf_sk_storage.c | 22 struct bpf_local_storage *sk_storage; in bpf_sk_storage_lookup() local 26 if (!sk_storage) in bpf_sk_storage_lookup() 50 struct bpf_local_storage *sk_storage; in bpf_sk_storage_free() local 56 if (!sk_storage) { in bpf_sk_storage_free() 70 raw_spin_lock_bh(&sk_storage->lock); in bpf_sk_storage_free() 83 kfree_rcu(sk_storage, rcu); in bpf_sk_storage_free() 199 if (!sk_storage || hlist_empty(&sk_storage->list)) in bpf_sk_storage_clone() 617 if (!sk_storage || hlist_empty(&sk_storage->list)) { in bpf_sk_storage_diag_put_all() 678 if (!sk_storage || hlist_empty(&sk_storage->list)) { in bpf_sk_storage_diag_put() 760 if (sk_storage) { in bpf_sk_storage_map_seq_find_next() [all …]
|
/linux/tools/bpf/bpftool/Documentation/ |
A D | bpftool-map.rst | 54 | | **queue** | **stack** | **sk_storage** | **struct_ops** | **ringbuf** | **inode_storage**
|
/linux/tools/bpf/bpftool/bash-completion/ |
A D | bpftool | 712 percpu_cgroup_storage queue stack sk_storage \
|
Completed in 12 milliseconds