This stack check implementation leverages the compiler's profiling (gcc -p)
[linux-2.6.git] / include / linux / netfilter_ipv4 / ipt_MARK.h
1 #ifndef _IPT_MARK_H_target
2 #define _IPT_MARK_H_target
3
4 struct ipt_mark_target_info {
5         unsigned long mark;
6 };
7
8 #endif /*_IPT_MARK_H_target*/