Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-debug-fixes'
[deliverable/linux.git] / include / net / fou.h
CommitLineData
63487bab
TH
1#ifndef __NET_FOU_H
2#define __NET_FOU_H
3
4#include <linux/skbuff.h>
5
6#include <net/flow.h>
7#include <net/gue.h>
8#include <net/ip_tunnels.h>
9#include <net/udp.h>
10
a8c5f90f 11size_t fou_encap_hlen(struct ip_tunnel_encap *e);
aa3463d6 12size_t gue_encap_hlen(struct ip_tunnel_encap *e);
a8c5f90f 13
dc969b81
TH
14int __fou_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
15 u8 *protocol, __be16 *sport, int type);
16int __gue_build_header(struct sk_buff *skb, struct ip_tunnel_encap *e,
17 u8 *protocol, __be16 *sport, int type);
63487bab 18
63487bab 19#endif
This page took 0.118498 seconds and 5 git commands to generate.