I try to use tproxy for kernel 2.6.24 , I ended with compile time error Any ide a how to fix ? I am not a C programmer. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from fs/lockd/svc.c:35: include/net/route.h: In function 'ip_route_connect': include/net/route.h:161: error: implicit declaration of function 'inet_sk' include/net/route.h:161: error: invalid type argument of '->' In file included from include/net/ip.h:30, from fs/lockd/svc.c:35: include/net/inet_sock.h: At top level: include/net/inet_sock.h:153: error: conflicting types for 'inet_sk' include/net/route.h:161: error: previous implicit declaration of 'inet_sk' was here make[2]: *** [fs/lockd/svc.o] Error 1 make[1]: *** [fs/lockd] Error 2 make: *** [fs] Error 2 Please note that I use tproxy for kernel 2.6.24 because there is no IMQ available for 2.6.25 yet thanx for help