Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf.h723 struct sock *__sock_hash_lookup_elem(struct bpf_map *map, void *key);
733 static inline struct sock *__sock_hash_lookup_elem(struct bpf_map *map, in __sock_hash_lookup_elem() function
/Linux-v4.19/kernel/bpf/
Dsockmap.c2541 struct sock *__sock_hash_lookup_elem(struct bpf_map *map, void *key) in __sock_hash_lookup_elem() function
/Linux-v4.19/net/core/
Dfilter.c2151 tcb->bpf.sk_redir = __sock_hash_lookup_elem(map, key); in BPF_CALL_4()
2210 msg->sk_redir = __sock_hash_lookup_elem(map, key); in BPF_CALL_4()