net: accept UFO datagrams from tuntap and packet
[linux-2.6/btrfs-unstable.git] / include / net / ila.h
blob9f4f43e94ae438d05d34318012c72ae68ad7c2c9
1 /*
2 * ILA kernel interface
4 * Copyright (c) 2015 Tom Herbert <tom@herbertland.com>
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of
9 * the License, or (at your option) any later version.
12 #ifndef _NET_ILA_H
13 #define _NET_ILA_H
15 int ila_xlat_outgoing(struct sk_buff *skb);
16 int ila_xlat_incoming(struct sk_buff *skb);
18 #endif /* _NET_ILA_H */