X-Git-Url: http://git.onelab.eu/?p=transforward.git;a=blobdiff_plain;f=transforward.c;h=13e615648dfe12c8c8bf2bad8c119fb2a659481e;hp=0e42f52d6ad97a8a4a630586af1dd2d8aad12fdd;hb=54faa59da020aac2d455e02a3b353a47ebeec142;hpb=c1447ecb9214d4caa9dec71af666cd8c0bfe7165 diff --git a/transforward.c b/transforward.c index 0e42f52..13e6156 100644 --- a/transforward.c +++ b/transforward.c @@ -65,6 +65,13 @@ static int inet_bind_entry(struct socket *sock, struct sockaddr *uaddr, int addr return 0; } +static struct file *do_last_probe(struct nameidata *nd, struct path *path, + const struct open_flags *op, const char *pathname) { + + + jprobe_return(); + +} static struct jprobe net_probe = { .entry = (kprobe_opcode_t *) inet_bind_entry