Home
last modified time | relevance | path

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

/external/iproute2/lib/
Drt_names.c30 struct rtnl_hash_entry { struct
31 struct rtnl_hash_entry *next; argument
62 rtnl_hash_initialize(const char *file, struct rtnl_hash_entry **hash, int size) in rtnl_hash_initialize()
64 struct rtnl_hash_entry *entry; in rtnl_hash_initialize()
330 static struct rtnl_hash_entry dflt_table_entry = { .name = "default" };
331 static struct rtnl_hash_entry main_table_entry = { .name = "main" };
332 static struct rtnl_hash_entry local_table_entry = { .name = "local" };
334 static struct rtnl_hash_entry *rtnl_rttable_hash[256] = {
383 struct rtnl_hash_entry *entry; in rtnl_rttable_n2a()
404 struct rtnl_hash_entry *entry; in rtnl_rttable_a2n()
[all …]