Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Dsock_map.c17 struct bpf_stab { struct
33 struct bpf_stab *stab; in sock_map_alloc() argument
334 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_free()
367 psock_progs_drop(&container_of(map, struct bpf_stab, map)->progs); in sock_map_release_progs()
372 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in __sock_map_lookup_elem()
408 static int __sock_map_delete(struct bpf_stab *stab, struct sock *sk_test, in __sock_map_delete()
431 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_delete_from_link()
438 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_delete_elem()
451 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_get_next_key()
467 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_update_common()
[all …]
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c429 struct bpf_stab { struct
442 struct bpf_stab *sockmap = (struct bpf_stab *)&m_sockmap; in check_sockmap() argument