Searched refs:__sock_map_lookup_elem (Results 1 – 1 of 1) sorted by relevance
378 static struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) in __sock_map_lookup_elem() 393 sk = __sock_map_lookup_elem(map, *(u32 *)key); in sock_map_lookup() 408 sk = __sock_map_lookup_elem(map, *(u32 *)key); in sock_map_lookup_sys() 656 sk = __sock_map_lookup_elem(map, key); in BPF_CALL_4() 684 sk = __sock_map_lookup_elem(map, key); in BPF_CALL_4() 729 info->sk = __sock_map_lookup_elem(info->map, info->index); in DEFINE_BPF_ITER_FUNC() 377 static struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) __sock_map_lookup_elem() function