Searched refs:bpf_sock_map_update (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | netns_cookie_prog.c | 53 bpf_sock_map_update(ctx, &sock_map, &key, BPF_NOEXIST); in get_netns_cookie_sockops()
|
H A D | test_sockmap_kern.h | 206 bpf_sock_map_update(skops, &sock_map, &ret, in bpf_sockmap() 221 bpf_sock_map_update(skops, &sock_map, &ret, in bpf_sockmap()
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_sockmap.rst | 122 bpf_sock_map_update() 126 long bpf_sock_map_update(struct bpf_sock_ops *skops, struct bpf_map *map, void *key, u64 flags)
|
/openbmc/linux/net/core/ |
H A D | sock_map.c | 613 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument 626 .func = bpf_sock_map_update,
|