This file is indexed.

/usr/src/xtables-addons-2.12/extensions/xt_IPMARK.h is in xtables-addons-dkms 2.12-0.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#ifndef _LINUX_NETFILTER_XT_IPMARK_H
#define _LINUX_NETFILTER_XT_IPMARK_H 1

enum {
	XT_IPMARK_SRC,
	XT_IPMARK_DST,
};

struct xt_ipmark_tginfo {
	__u32 andmask;
	__u32 ormask;
	__u8 selector;
	__u8 shift;
};

#endif /* _LINUX_NETFILTER_XT_IPMARK_H */