bpf_prog_get_type_path  740 include/linux/bpf.h struct bpf_prog *bpf_prog_get_type_path(const char *name, enum bpf_prog_type type);
bpf_prog_get_type_path  552 kernel/bpf/inode.c EXPORT_SYMBOL(bpf_prog_get_type_path);
bpf_prog_get_type_path   60 net/netfilter/xt_bpf.c 	*ret = bpf_prog_get_type_path(path, BPF_PROG_TYPE_SOCKET_FILTER);