#ifndef __NET_IP_WRAPPER_H #define __NET_IP_WRAPPER_H 1 #include_next #include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25) extern int __ip_local_out(struct sk_buff *skb); extern int ip_local_out(struct sk_buff *skb); #endif /* linux kernel < 2.6.25 */ #endif