]> git.proxmox.com Git - mirror_iproute2.git/blob - include/ll_map.h
iproute: Set ip/ip6 lwtunnel flags
[mirror_iproute2.git] / include / ll_map.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LL_MAP_H__
3 #define __LL_MAP_H__ 1
4
5 int ll_remember_index(struct nlmsghdr *n, void *arg);
6
7 void ll_init_map(struct rtnl_handle *rth);
8 unsigned ll_name_to_index(const char *name);
9 const char *ll_index_to_name(unsigned idx);
10 int ll_index_to_type(unsigned idx);
11 int ll_index_to_flags(unsigned idx);
12 unsigned namehash(const char *str);
13
14 const char *ll_idx_n2a(unsigned int idx);
15
16 #endif /* __LL_MAP_H__ */