Release 4.12 include/uapi/linux/netfilter/xt_CONNSECMARK.h
#ifndef _XT_CONNSECMARK_H_target
#define _XT_CONNSECMARK_H_target
#include <linux/types.h>
enum {
CONNSECMARK_SAVE = 1,
CONNSECMARK_RESTORE,
};
struct xt_connsecmark_target_info {
__u8 mode;
};
#endif /*_XT_CONNSECMARK_H_target */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
James Morris | 25 | 86.21% | 1 | 50.00% |
Arnd Bergmann | 4 | 13.79% | 1 | 50.00% |
Total | 29 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.