Home
last modified time | relevance | path

Searched refs:__sock_hash_lookup_elem (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dsock_map.c902 static struct sock *__sock_hash_lookup_elem(struct bpf_map *map, void *key) in __sock_hash_lookup_elem() function
1232 sk = __sock_hash_lookup_elem(map, key); in sock_hash_lookup_sys()
1244 sk = __sock_hash_lookup_elem(map, key); in sock_hash_lookup()
1288 sk = __sock_hash_lookup_elem(map, key); in BPF_CALL_4()
1315 sk = __sock_hash_lookup_elem(map, key); in BPF_CALL_4()
/kernel/linux/linux-6.6/net/core/
H A Dsock_map.c880 static struct sock *__sock_hash_lookup_elem(struct bpf_map *map, void *key) in __sock_hash_lookup_elem() function
1190 sk = __sock_hash_lookup_elem(map, key); in sock_hash_lookup_sys()
1202 sk = __sock_hash_lookup_elem(map, key); in sock_hash_lookup()
1245 sk = __sock_hash_lookup_elem(map, key); in BPF_CALL_4()
1271 sk = __sock_hash_lookup_elem(map, key); in BPF_CALL_4()

Completed in 5 milliseconds