/
usr
/
include
/
linux
/
netfilter
/
/usr/include/linux/netfilter
mkdir
upload
Name
Size
Mode
Actions
ipset/
-
0755
rm
nfnetlink.h
1557
0644
edit
dl
rm
nfnetlink_compat.h
2381
0644
edit
dl
rm
nfnetlink_conntrack.h
3526
0644
edit
dl
rm
nfnetlink_log.h
2517
0644
edit
dl
rm
nfnetlink_queue.h
2251
0644
edit
dl
rm
nf_conntrack_common.h
2315
0644
edit
dl
rm
nf_conntrack_ftp.h
375
0644
edit
dl
rm
nf_conntrack_sctp.h
623
0644
edit
dl
rm
nf_conntrack_tcp.h
1199
0644
edit
dl
rm
nf_conntrack_tuple_common.h
295
0644
edit
dl
rm
xt_AUDIT.h
655
0644
edit
dl
rm
xt_CHECKSUM.h
500
0644
edit
dl
rm
xt_CLASSIFY.h
154
0644
edit
dl
rm
xt_cluster.h
305
0644
edit
dl
rm
xt_comment.h
176
0644
edit
dl
rm
xt_connbytes.h
511
0644
edit
dl
rm
xt_connlimit.h
361
0644
edit
dl
rm
xt_CONNMARK.h
737
0644
edit
dl
rm
xt_connmark.h
613
0644
edit
dl
rm
xt_CONNSECMARK.h
238
0644
edit
dl
rm
xt_conntrack.h
2485
0644
edit
dl
rm
xt_dccp.h
420
0644
edit
dl
rm
xt_DSCP.h
634
0644
edit
dl
rm
xt_dscp.h
638
0644
edit
dl
rm
xt_esp.h
355
0644
edit
dl
rm
xt_hashlimit.h
1742
0644
edit
dl
rm
xt_helper.h
125
0644
edit
dl
rm
xt_iprange.h
489
0644
edit
dl
rm
xt_LED.h
407
0644
edit
dl
rm
xt_length.h
158
0644
edit
dl
rm
xt_limit.h
610
0644
edit
dl
rm
xt_mac.h
135
0644
edit
dl
rm
xt_MARK.h
366
0644
edit
dl
rm
xt_mark.h
222
0644
edit
dl
rm
xt_multiport.h
658
0644
edit
dl
rm
xt_NFLOG.h
326
0644
edit
dl
rm
xt_NFQUEUE.h
478
0644
edit
dl
rm
xt_osf.h
3347
0644
edit
dl
rm
xt_owner.h
306
0644
edit
dl
rm
xt_physdev.h
467
0644
edit
dl
rm
xt_pkttype.h
125
0644
edit
dl
rm
xt_policy.h
914
0644
edit
dl
rm
xt_quota.h
320
0644
edit
dl
rm
xt_RATEEST.h
305
0644
edit
dl
rm
xt_rateest.h
774
0644
edit
dl
rm
xt_realm.h
157
0644
edit
dl
rm
xt_recent.h
524
0644
edit
dl
rm
xt_sctp.h
2275
0644
edit
dl
rm
xt_SECMARK.h
591
0644
edit
dl
rm
xt_set.h
1100
0644
edit
dl
rm
xt_state.h
268
0644
edit
dl
rm
xt_statistic.h
653
0644
edit
dl
rm
xt_string.h
601
0644
edit
dl
rm
xt_TCPMSS.h
172
0644
edit
dl
rm
xt_tcpmss.h
190
0644
edit
dl
rm
xt_TCPOPTSTRIP.h
322
0644
edit
dl
rm
xt_tcpudp.h
1187
0644
edit
dl
rm
xt_time.h
503
0644
edit
dl
rm
xt_TPROXY.h
473
0644
edit
dl
rm
xt_u32.h
695
0644
edit
dl
rm
x_tables.h
3668
0644
edit
dl
rm
Edit:
/usr/include/linux/netfilter/xt_connmark.h
(613B)
#ifndef _XT_CONNMARK_H #define _XT_CONNMARK_H #include <linux/types.h> /* Copyright (C) 2002,2004 MARA Systems AB <http://www.marasystems.com> * by Henrik Nordstrom <hno@marasystems.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ struct xt_connmark_info { unsigned long mark, mask; __u8 invert; }; struct xt_connmark_mtinfo1 { __u32 mark, mask; __u8 invert; }; #endif /*_XT_CONNMARK_H*/
Save
cmd:
run