Home | History | Annotate | Download | only in netfilter
      1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
      2 #ifndef _XT_CONNSECMARK_H_target
      3 #define _XT_CONNSECMARK_H_target
      4 
      5 #include <linux/types.h>
      6 
      7 enum {
      8 	CONNSECMARK_SAVE = 1,
      9 	CONNSECMARK_RESTORE,
     10 };
     11 
     12 struct xt_connsecmark_target_info {
     13 	__u8 mode;
     14 };
     15 
     16 #endif /*_XT_CONNSECMARK_H_target */
     17