Lines Matching refs:rtnl_hash_entry
30 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()
499 static struct rtnl_hash_entry dflt_group_entry = {
503 static struct rtnl_hash_entry *rtnl_group_hash[256] = {
520 struct rtnl_hash_entry *entry; in rtnl_group_a2n()
553 struct rtnl_hash_entry *entry; in rtnl_group_n2a()