Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_sockmap_kern.h207 err = bpf_sock_hash_update(skops, &sock_map, &ret, in bpf_sockmap()
222 err = bpf_sock_hash_update(skops, &sock_map, &ret, in bpf_sockmap()
/linux-6.3-rc2/Documentation/bpf/
A Dmap_sockmap.rst142 bpf_sock_hash_update()
146 long bpf_sock_hash_update(struct bpf_sock_ops *skops, struct bpf_map *map, void *key, u64 flags)
/linux-6.3-rc2/net/core/
A Dsock_map.c1208 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
1220 .func = bpf_sock_hash_update,

Completed in 9 milliseconds