mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-05 20:26:38 +02:00
10 lines
209 B
C
10 lines
209 B
C
#ifndef _LINUX_NETFILTER_XT_LOGMARK_TARGET_H
|
|
#define _LINUX_NETFILTER_XT_LOGMARK_TARGET_H 1
|
|
|
|
struct xt_logmark_tginfo {
|
|
char prefix[14];
|
|
u_int8_t level;
|
|
};
|
|
|
|
#endif /* _LINUX_NETFILTER_XT_LOGMARK_TARGET_H */
|