Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://git.kernel.org/pub/scm/linux...
[linux-block.git] / include / net / ila.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
7f00feaf
TH
2/*
3 * ILA kernel interface
4 *
5 * Copyright (c) 2015 Tom Herbert <tom@herbertland.com>
7f00feaf
TH
6 */
7
8#ifndef _NET_ILA_H
9#define _NET_ILA_H
10
949d6b40
JK
11struct sk_buff;
12
7f00feaf
TH
13int ila_xlat_outgoing(struct sk_buff *skb);
14int ila_xlat_incoming(struct sk_buff *skb);
15
16#endif /* _NET_ILA_H */