Home
last modified time | relevance | path

Searched refs:__sock_map_lookup_elem (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dbpf.h722 struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key);
728 static inline struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) in __sock_map_lookup_elem() function
/Linux-v4.19/kernel/bpf/
Dsockmap.c1799 struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) in __sock_map_lookup_elem() function
/Linux-v4.19/net/core/
Dfilter.c2178 tcb->bpf.sk_redir = __sock_map_lookup_elem(map, key); in BPF_CALL_4()
2235 msg->sk_redir = __sock_map_lookup_elem(map, key); in BPF_CALL_4()