diff options
Diffstat (limited to 'include/net/ipip.h')
-rw-r--r-- | include/net/ipip.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/ipip.h b/include/net/ipip.h new file mode 100644 index 000000000..398e375de --- /dev/null +++ b/include/net/ipip.h @@ -0,0 +1,4 @@ +extern int ipip_rcv(struct sk_buff *skb, struct device *dev, struct options *opt, + unsigned long daddr, unsigned short len, unsigned long saddr, + int redo, struct inet_protocol *protocol); + |