include\linux\kprobes.h
static
inline
int
enable_kretprobe(
struct
kretprobe *rp)
{
return
enable_kprobe(&rp->kp);
}