xref: /aosp_15_r20/external/libnl/include/netlink/cli/mdb.h (revision 4dc78e53d49367fa8e61b07018507c90983a077d)
1 /* SPDX-License-Identifier: LGPL-2.1-only */
2 
3 #ifndef __NETLINK_CLI_MDB_H_
4 #define __NETLINK_CLI_MDB_H_
5 
6 #include <netlink/route/mdb.h>
7 
8 #define nl_cli_mdb_alloc_cache(sk) \
9 		nl_cli_alloc_cache_flags((sk), "mdb", NL_CACHE_AF_ITER, rtnl_mdb_alloc_cache)
10 
11 #endif
12