Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf.h821 extern const struct bpf_func_proto bpf_sock_hash_update_proto;
/Linux-v4.19/kernel/bpf/
Dcore.c1796 const struct bpf_func_proto bpf_sock_hash_update_proto __weak;
Dsockmap.c2622 const struct bpf_func_proto bpf_sock_hash_update_proto = { variable
/Linux-v4.19/net/core/
Dfilter.c5041 return &bpf_sock_hash_update_proto; in sock_ops_func_proto()