DIR:/usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64/include/net/ |
Current File : //usr/src/kernels/5.14.0-503.14.1.el9_5.x86_64/include/net/net_ratelimit.h |
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_NET_RATELIMIT_H #define _LINUX_NET_RATELIMIT_H #include <linux/ratelimit.h> extern struct ratelimit_state net_ratelimit_state; #endif /* _LINUX_NET_RATELIMIT_H */ |