Home
last modified time | relevance | path

Searched refs:ll_cache (Results 1 – 1 of 1) sorted by relevance

/external/iproute2/lib/
Dll_map.c27 struct ll_cache { struct
40 static struct ll_cache *ll_get_by_index(unsigned index) in ll_get_by_index() argument
46 struct ll_cache *im in ll_get_by_index()
47 = container_of(n, struct ll_cache, idx_hash); in ll_get_by_index()
65 static struct ll_cache *ll_get_by_name(const char *name) in ll_get_by_name()
71 struct ll_cache *im in ll_get_by_name()
72 = container_of(n, struct ll_cache, name_hash); in ll_get_by_name()
87 struct ll_cache *im; in ll_remember_index()
143 const struct ll_cache *im; in ll_idx_n2a()
167 const struct ll_cache *im; in ll_index_to_type()
[all …]