summaryrefslogtreecommitdiffstats
path: root/include/net/ipip.h
blob: 64ce7a29dda9ef33537c5d08b25c1657c816e11c (plain)
1
2
3
4
5
6
7
8
#ifndef __NET_IPIP_H
#define __NET_IPIP_H 1

extern void ipip_err(struct sk_buff *skb, unsigned char*);
extern int ipip_rcv(struct sk_buff *skb, unsigned short len);
                                   

#endif