Home
last modified time | relevance | path

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

/external/iproute2/lib/
Drt_names.c31 struct rtnl_hash_entry { struct
32 struct rtnl_hash_entry *next; argument
63 rtnl_hash_initialize(const char *file, struct rtnl_hash_entry **hash, int size) in rtnl_hash_initialize()
65 struct rtnl_hash_entry *entry; in rtnl_hash_initialize()
358 static struct rtnl_hash_entry dflt_table_entry = { .name = "default" };
359 static struct rtnl_hash_entry main_table_entry = { .name = "main" };
360 static struct rtnl_hash_entry local_table_entry = { .name = "local" };
362 static struct rtnl_hash_entry *rtnl_rttable_hash[256] = {
411 struct rtnl_hash_entry *entry; in rtnl_rttable_n2a()
428 struct rtnl_hash_entry *entry; in rtnl_rttable_a2n()
[all …]