Lines Matching refs:bpf_stab
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()
338 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_free()
369 psock_progs_drop(&container_of(map, struct bpf_stab, map)->progs); in sock_map_release_progs()
374 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in __sock_map_lookup_elem()
410 static int __sock_map_delete(struct bpf_stab *stab, struct sock *sk_test, in __sock_map_delete()
433 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_delete_from_link()
440 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_delete_elem()
453 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_get_next_key()
469 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_update_common()
805 BTF_ID_LIST_SINGLE(sock_map_btf_ids, struct, bpf_stab)
1425 return &container_of(map, struct bpf_stab, map)->progs; in sock_map_progs()