Release 4.16 include/uapi/linux/netfilter/xt_realm.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_REALM_H
#define _XT_REALM_H
#include <linux/types.h>
struct xt_realm_info {
__u32 id;
__u32 mask;
__u8 invert;
};
#endif /* _XT_REALM_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Harald Welte | 20 | 74.07% | 1 | 33.33% |
Arnd Bergmann | 6 | 22.22% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 3.70% | 1 | 33.33% |
Total | 27 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.