mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-05 20:26:38 +02:00
9 lines
200 B
C
9 lines
200 B
C
#ifndef _LINUX_NETFILTER_XT_LSCAN_H
|
|
#define _LINUX_NETFILTER_XT_LSCAN_H 1
|
|
|
|
struct xt_lscan_mtinfo {
|
|
uint8_t match_stealth, match_syn, match_cn, match_gr;
|
|
};
|
|
|
|
#endif /* _LINUX_NETFILTER_XT_LSCAN_H */
|