Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dsock_map.c574 static int sock_hash_update_common(struct bpf_map *map, void *key,
611 ret = sock_hash_update_common(map, key, sk, flags); in sock_map_update_elem_sys()
637 ret = sock_hash_update_common(map, key, sk, flags); in sock_map_update_elem()
999 static int sock_hash_update_common(struct bpf_map *map, void *key, in sock_hash_update_common() function
1264 return sock_hash_update_common(map, key, sops->sk, flags); in BPF_CALL_4()
/kernel/linux/linux-6.6/net/core/
H A Dsock_map.c544 static int sock_hash_update_common(struct bpf_map *map, void *key,
581 ret = sock_hash_update_common(map, key, sk, flags); in sock_map_update_elem_sys()
607 ret = sock_hash_update_common(map, key, sk, flags); in sock_map_update_elem()
978 static int sock_hash_update_common(struct bpf_map *map, void *key, in sock_hash_update_common() function
1222 return sock_hash_update_common(map, key, sops->sk, flags); in BPF_CALL_4()

Completed in 5 milliseconds