| /* SPDX-License-Identifier: LGPL-2.1-only */ | |
| /* | |
| * Copyright (c) 2003-2006 Thomas Graf <[email protected]> | |
| */ | |
| #ifndef NETLINK_RED_H_ | |
| #define NETLINK_RED_H_ | |
| #include <netlink/netlink.h> | |
| #include <netlink/route/qdisc.h> | |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| extern void rtnl_red_set_limit(struct rtnl_qdisc *qdisc, int limit); | |
| extern int rtnl_red_get_limit(struct rtnl_qdisc *qdisc); | |
| #ifdef __cplusplus | |
| } | |
| #endif | |
| #endif |