]> Git Repo - linux.git/blame - include/net/ila.h
Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux.git] / include / net / ila.h
CommitLineData
7f00feaf
TH
1/*
2 * ILA kernel interface
3 *
4 * Copyright (c) 2015 Tom Herbert <[email protected]>
5 *
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.
10 */
11
12#ifndef _NET_ILA_H
13#define _NET_ILA_H
14
15int ila_xlat_outgoing(struct sk_buff *skb);
16int ila_xlat_incoming(struct sk_buff *skb);
17
18#endif /* _NET_ILA_H */
This page took 0.116837 seconds and 4 git commands to generate.