Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.14 8 lines 181 B view raw
1#ifndef _LINUX_NET_RATELIMIT_H 2#define _LINUX_NET_RATELIMIT_H 3 4#include <linux/ratelimit.h> 5 6extern struct ratelimit_state net_ratelimit_state; 7 8#endif /* _LINUX_NET_RATELIMIT_H */