Searched refs:rtnl_hash_entry (Results 1 – 1 of 1) sorted by relevance
31 struct rtnl_hash_entry { struct32 struct rtnl_hash_entry *next; argument63 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 …]