Searched refs:bpf_stab (Results 1 – 2 of 2) sorted by relevance
/linux/net/core/ |
A D | sock_map.c | 17 struct bpf_stab { struct 33 struct bpf_stab *stab; in sock_map_alloc() argument 153 struct bpf_stab *stab = container_of(map, struct bpf_stab, in sock_map_del_link() 333 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_free() 364 psock_progs_drop(&container_of(map, struct bpf_stab, map)->progs); in sock_map_release_progs() 369 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in __sock_map_lookup_elem() 428 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_delete_from_link() 435 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_delete_elem() 448 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_get_next_key() 464 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_update_common() [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | map_ptr_kern.c | 412 struct bpf_stab { struct 425 struct bpf_stab *sockmap = (struct bpf_stab *)&m_sockmap; in check_sockmap() argument
|
Completed in 9 milliseconds