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

xt_mark.h (260B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _XT_MARK_H
  3. #define _XT_MARK_H
  4. #include <linux/types.h>
  5. struct xt_mark_tginfo2 {
  6. __u32 mark, mask;
  7. };
  8. struct xt_mark_mtinfo1 {
  9. __u32 mark, mask;
  10. __u8 invert;
  11. };
  12. #endif /*_XT_MARK_H*/