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_CONNSECMARK.h (301B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _XT_CONNSECMARK_H_target
  3. #define _XT_CONNSECMARK_H_target
  4. #include <linux/types.h>
  5. enum {
  6. CONNSECMARK_SAVE = 1,
  7. CONNSECMARK_RESTORE,
  8. };
  9. struct xt_connsecmark_target_info {
  10. __u8 mode;
  11. };
  12. #endif /*_XT_CONNSECMARK_H_target */