Searched refs:bpf_stab (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/core/ |
H A D | sock_map.c | 17 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() 372 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in __sock_map_lookup_elem() 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() 806 u64 usage = sizeof(struct bpf_stab); in sock_map_mem_usage() 819 BTF_ID_LIST_SINGLE(sock_map_btf_ids, struct, bpf_stab) [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 429 struct bpf_stab { struct 442 struct bpf_stab *sockmap = (struct bpf_stab *)&m_sockmap; in check_sockmap() argument
|