libnl
3.11.0
mdb.h
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
include
netlink
cli
mdb.h
Generated on Wed Oct 30 2024 08:16:39 for libnl by
1.10.0