Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/linux/netfilter/xt_mark.h
$ cat -n /usr/include/linux/netfilter/xt_mark.h 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 #ifndef _XT_MARK_H 3 #define _XT_MARK_H 4 5 #include
6 7 struct xt_mark_tginfo2 { 8 __u32 mark, mask; 9 }; 10 11 struct xt_mark_mtinfo1 { 12 __u32 mark, mask; 13 __u8 invert; 14 }; 15 16 #endif /*_XT_MARK_H*/
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™