Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * ILA kernel interface
0004  *
0005  * Copyright (c) 2015 Tom Herbert <tom@herbertland.com>
0006  */
0007 
0008 #ifndef _NET_ILA_H
0009 #define _NET_ILA_H
0010 
0011 struct sk_buff;
0012 
0013 int ila_xlat_outgoing(struct sk_buff *skb);
0014 int ila_xlat_incoming(struct sk_buff *skb);
0015 
0016 #endif /* _NET_ILA_H */