Lines Matching refs:rtnl_hash_entry
31 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()
523 static struct rtnl_hash_entry dflt_group_entry = {
527 static struct rtnl_hash_entry *rtnl_group_hash[256] = {
544 struct rtnl_hash_entry *entry; in rtnl_group_a2n()
577 struct rtnl_hash_entry *entry; in rtnl_group_n2a()