logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

tc_em_ipt.h (391B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef __LINUX_TC_EM_IPT_H
  3. #define __LINUX_TC_EM_IPT_H
  4. #include <linux/types.h>
  5. #include <linux/pkt_cls.h>
  6. enum {
  7. TCA_EM_IPT_UNSPEC,
  8. TCA_EM_IPT_HOOK,
  9. TCA_EM_IPT_MATCH_NAME,
  10. TCA_EM_IPT_MATCH_REVISION,
  11. TCA_EM_IPT_NFPROTO,
  12. TCA_EM_IPT_MATCH_DATA,
  13. __TCA_EM_IPT_MAX
  14. };
  15. #define TCA_EM_IPT_MAX (__TCA_EM_IPT_MAX - 1)
  16. #endif