• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _IP6T_RATE_H
2 #define _IP6T_RATE_H
3 
4 #include <linux/netfilter/xt_limit.h>
5 #define IP6T_LIMIT_SCALE XT_LIMIT_SCALE
6 #define ip6t_rateinfo xt_rateinfo
7 
8 #endif /*_IP6T_RATE_H*/
9