• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/include/linux/netfilter/
1#ifndef _XT_CONNSECMARK_H_target
2#define _XT_CONNSECMARK_H_target
3
4#include <linux/types.h>
5
6enum {
7	CONNSECMARK_SAVE = 1,
8	CONNSECMARK_RESTORE,
9};
10
11struct xt_connsecmark_target_info {
12	__u8 mode;
13};
14
15#endif /*_XT_CONNSECMARK_H_target */
16