net_ratelimit.h 181 B

123456789
  1. #ifndef _LINUX_NET_RATELIMIT_H
  2. #define _LINUX_NET_RATELIMIT_H
  3. #include <linux/ratelimit.h>
  4. extern struct ratelimit_state net_ratelimit_state;
  5. #endif /* _LINUX_NET_RATELIMIT_H */