Searched refs:bpf_stab (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | sockmap.c | 57 struct bpf_stab { struct 333 struct bpf_stab *stab = container_of(e->map, struct bpf_stab, map); in bpf_tcp_remove() 1580 static void sock_map_remove_complete(struct bpf_stab *stab) in sock_map_remove_complete() 1659 struct bpf_stab *stab; in sock_map_alloc() 1742 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_free() 1783 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_get_next_key() 1801 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in __sock_map_lookup_elem() 1811 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_delete_elem() 1988 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_ctx_update_elem() 2050 struct bpf_stab *stab = container_of(map, struct bpf_stab, map); in sock_map_prog() [all …]
|