Lines Matching refs:rtnl_hash_entry
30 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()
457 static struct rtnl_hash_entry dflt_group_entry = { .id = 0, .name = "default" };
459 static struct rtnl_hash_entry * rtnl_group_hash[256] = {
476 struct rtnl_hash_entry *entry; in rtnl_group_a2n()