Release 4.15 include/uapi/linux/netfilter/xt_mark.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#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 | 58.33% | 2 | 40.00% |
Harald Welte | 9 | 25.00% | 1 | 20.00% |
Arnd Bergmann | 5 | 13.89% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 2.78% | 1 | 20.00% |
Total | 36 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.