bpf: sockmap, add hash map support
[linux-block.git] / kernel / bpf / core.c
index d0d7d94623684b8698a67bba72b05c6de36ed35d..2194c6a9df42bd38ac631328bba9704c0b2d6999 100644 (file)
@@ -1707,6 +1707,7 @@ const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak;
 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
 const struct bpf_func_proto bpf_sock_map_update_proto __weak;
+const struct bpf_func_proto bpf_sock_hash_update_proto __weak;
 
 const struct bpf_func_proto * __weak bpf_get_trace_printk_proto(void)
 {