Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h206 bpf_sock_hash_update(skops, &sock_map, &ret, in bpf_sockmap()
221 bpf_sock_hash_update(skops, &sock_map, &ret, in bpf_sockmap()
H A Dverifier_sockmap_mutate.c177 bpf_sock_hash_update(ctx, &sockhash, &zero, BPF_ANY); in test_sockops_update_dedicated()
/linux/Documentation/bpf/
H 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/net/core/
H A Dsock_map.c1229 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
1241 .func = bpf_sock_hash_update,