• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _IPT_MARK_H
2 #define _IPT_MARK_H
3 
4 /* Backwards compatibility for old userspace */
5 #include <linux/netfilter/xt_mark.h>
6 
7 #define ipt_mark_info xt_mark_info
8 
9 #endif /*_IPT_MARK_H*/
10