ila.h 498 B

12345678910111213141516171819
  1. /*
  2. * ILA kernel interface
  3. *
  4. * Copyright (c) 2015 Tom Herbert <tom@herbertland.com>
  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. #ifndef _NET_ILA_H
  12. #define _NET_ILA_H
  13. int ila_xlat_outgoing(struct sk_buff *skb);
  14. int ila_xlat_incoming(struct sk_buff *skb);
  15. #endif /* _NET_ILA_H */