netfilter: xtables: remove xt_mark v0
Superseded by xt_mark v1 (v2.6.24-2922-g17b0d7e). Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
This commit is contained in:
parent
36d4084dc8
commit
4725c7287e
3 changed files with 10 additions and 84 deletions
|
|
@ -3,11 +3,6 @@
|
|||
|
||||
#include <linux/types.h>
|
||||
|
||||
struct xt_mark_info {
|
||||
unsigned long mark, mask;
|
||||
__u8 invert;
|
||||
};
|
||||
|
||||
struct xt_mark_mtinfo1 {
|
||||
__u32 mark, mask;
|
||||
__u8 invert;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue