David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
3 | * ILA kernel interface | ||||
4 | * | ||||
5 | * Copyright (c) 2015 Tom Herbert <tom@herbertland.com> | ||||
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 6 | */ |
7 | |||||
8 | #ifndef _NET_ILA_H | ||||
9 | #define _NET_ILA_H | ||||
10 | |||||
11 | int ila_xlat_outgoing(struct sk_buff *skb); | ||||
12 | int ila_xlat_incoming(struct sk_buff *skb); | ||||
13 | |||||
14 | #endif /* _NET_ILA_H */ |