Searched refs:dn_fib_get_table (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/net/decnet/
H A Ddn_rules.c92 tbl = dn_fib_get_table(rule->table, 0); dn_fib_rule_action()
185 struct dn_fib_table *tb = dn_fib_get_table(RT_TABLE_LOCAL, 0); dnet_addr_type()
H A Ddn_fib.c519 tb = dn_fib_get_table(rtm_get_table(attrs, r->rtm_table), 0); dn_fib_rtm_delroute()
544 tb = dn_fib_get_table(rtm_get_table(attrs, r->rtm_table), 1); dn_fib_rtm_newroute()
585 tb = dn_fib_get_table(RT_MIN_TABLE, 1); fib_magic()
587 tb = dn_fib_get_table(RT_TABLE_LOCAL, 1); fib_magic()
H A Ddn_table.c833 struct dn_fib_table *dn_fib_get_table(u32 n, int create) dn_fib_get_table() function
883 if (dn_fib_get_table(id, 0) == NULL) dn_fib_empty_table()
884 return dn_fib_get_table(id, 1); dn_fib_empty_table()
/linux-4.1.27/include/net/
H A Ddn_fib.h114 struct dn_fib_table *dn_fib_get_table(u32 n, int creat);

Completed in 79 milliseconds