Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dsockmap.c2377 static int sock_hash_ctx_update_elem(struct bpf_sock_ops_kern *skops, in sock_hash_ctx_update_elem() function
2495 err = sock_hash_ctx_update_elem(&skops, map, key, flags); in sock_hash_update_elem()
2619 return sock_hash_ctx_update_elem(bpf_sock, map, key, flags); in BPF_CALL_4()