Searched refs:bpf_stab (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/net/core/ |
| D | sock_map.c | 17 struct bpf_stab { struct 29 struct bpf_stab *stab; in sock_map_alloc() argument 158 struct bpf_stab *stab = container_of(map, struct bpf_stab, in sock_map_del_link() 347 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_free() 378 psock_progs_drop(&container_of(map, struct bpf_stab, map)->progs); in sock_map_release_progs() 383 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in __sock_map_lookup_elem() 419 static int __sock_map_delete(struct bpf_stab *stab, struct sock *sk_test, in __sock_map_delete() 442 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_delete_from_link() 449 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_delete_elem() 462 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_get_next_key() [all …]
|
| /Linux-v5.10/tools/testing/selftests/bpf/progs/ |
| D | map_ptr_kern.c | 418 struct bpf_stab { struct 431 struct bpf_stab *sockmap = (struct bpf_stab *)&m_sockmap; in check_sockmap() argument
|