Searched refs:sk_storage (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | udp_limit.c | 19 int *sk_storage; in sock() local 24 sk_storage = bpf_sk_storage_get(&sk_map, ctx, 0, in sock() 26 if (!sk_storage) in sock() 28 *sk_storage = 0xdeadbeef; in sock() 47 int *sk_storage; in sock_release() local 52 sk_storage = bpf_sk_storage_get(&sk_map, ctx, 0, 0); in sock_release() 53 if (!sk_storage || *sk_storage != 0xdeadbeef) in sock_release()
|
| A D | sk_storage_omem_uncharge.c | 20 } sk_storage SEC(".maps"); 49 value = bpf_sk_storage_get(&sk_storage, sk, 0, 0); in BPF_PROG()
|
| A D | map_ptr_kern.c | 624 struct bpf_local_storage_map *sk_storage = in check_sk_storage() local 628 VERIFY(check(&sk_storage->map, map, sizeof(__u32), sizeof(__u32), 0)); in check_sk_storage()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | sk_storage_omem_uncharge.c | 18 map_fd = bpf_map__fd(skel->maps.sk_storage); in test_sk_storage_omem_uncharge()
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-map.rst | 57 | | **queue** | **stack** | **sk_storage** | **struct_ops** | **ringbuf** | **inode_storage**
|
Completed in 10 milliseconds