Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dsockmap.c1984 static int sock_map_ctx_update_elem(struct bpf_sock_ops_kern *skops, in sock_map_ctx_update_elem() function
2135 err = sock_map_ctx_update_elem(&skops, map, key, flags); in sock_map_update_elem()
2598 return sock_map_ctx_update_elem(bpf_sock, map, key, flags); in BPF_CALL_4()