Searched refs:bpf_stab (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/net/core/ |
D | sock_map.c | 14 struct bpf_stab { struct 26 struct bpf_stab *stab; in sock_map_alloc() argument 116 struct bpf_stab *stab = container_of(map, struct bpf_stab, in sock_map_del_link() 233 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_free() 258 psock_progs_drop(&container_of(map, struct bpf_stab, map)->progs); in sock_map_release_progs() 263 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in __sock_map_lookup_elem() 277 static int __sock_map_delete(struct bpf_stab *stab, struct sock *sk_test, in __sock_map_delete() 300 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_delete_from_link() 307 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_delete_elem() 320 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_get_next_key() [all …]
|