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
37 rtnl_hash_initialize(char *file, struct rtnl_hash_entry **hash, int size) in rtnl_hash_initialize() argument
39 struct rtnl_hash_entry *entry; in rtnl_hash_initialize()
320 static struct rtnl_hash_entry dflt_table_entry = { .id = 253, .name = "default" };
321 static struct rtnl_hash_entry main_table_entry = { .id = 254, .name = "main" };
322 static struct rtnl_hash_entry local_table_entry = { .id = 255, .name = "local" };
324 static struct rtnl_hash_entry * rtnl_rttable_hash[256] = {
341 struct rtnl_hash_entry *entry; in rtnl_rttable_n2a()
362 struct rtnl_hash_entry *entry; in rtnl_rttable_a2n()
[all …]