Release 4.12 include/uapi/linux/netfilter/xt_mark.h
#ifndef _XT_MARK_H
#define _XT_MARK_H
#include <linux/types.h>
struct xt_mark_tginfo2 {
__u32 mark, mask;
};
struct xt_mark_mtinfo1 {
__u32 mark, mask;
__u8 invert;
};
#endif /*_XT_MARK_H*/
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jan Engelhardt | 21 | 60.00% | 2 | 50.00% |
Harald Welte | 9 | 25.71% | 1 | 25.00% |
Arnd Bergmann | 5 | 14.29% | 1 | 25.00% |
Total | 35 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.