Searched refs:dn_fib_table (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/net/ |
D | dn_fib.h | 76 struct dn_fib_table { struct 80 int (*insert)(struct dn_fib_table *t, struct rtmsg *r, argument 83 int (*delete)(struct dn_fib_table *t, struct rtmsg *r, argument 86 int (*lookup)(struct dn_fib_table *t, const struct flowidn *fld, argument 88 int (*flush)(struct dn_fib_table *t); argument 89 int (*dump)(struct dn_fib_table *t, struct sk_buff *skb, struct netlink_callback *cb); argument 114 struct dn_fib_table *dn_fib_get_table(u32 n, int creat); argument 115 struct dn_fib_table *dn_fib_empty_table(void);
|
/linux-4.4.14/net/decnet/ |
D | dn_table.c | 408 struct dn_fib_table *tb, in dn_hash_dump_bucket() 437 struct dn_fib_table *tb, in dn_hash_dump_zone() 459 static int dn_fib_table_dump(struct dn_fib_table *tb, struct sk_buff *skb, in dn_fib_table_dump() 491 struct dn_fib_table *tb; in dn_fib_dump() 526 static int dn_fib_table_insert(struct dn_fib_table *tb, struct rtmsg *r, struct nlattr *attrs[], in dn_fib_table_insert() 663 static int dn_fib_table_delete(struct dn_fib_table *tb, struct rtmsg *r, struct nlattr *attrs[], in dn_fib_table_delete() 768 static int dn_fib_table_flush(struct dn_fib_table *tb) in dn_fib_table_flush() 787 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowidn *flp, struct dn_fib_re… in dn_fib_table_lookup() 833 struct dn_fib_table *dn_fib_get_table(u32 n, int create) in dn_fib_get_table() 835 struct dn_fib_table *t; in dn_fib_get_table() [all …]
|
D | dn_rules.c | 72 struct dn_fib_table *tbl; in dn_fib_rule_action() 133 struct dn_fib_table *table; in dn_fib_rule_configure() 185 struct dn_fib_table *tb = dn_fib_get_table(RT_TABLE_LOCAL, 0); in dnet_addr_type()
|
D | dn_fib.c | 504 struct dn_fib_table *tb; in dn_fib_rtm_delroute() 529 struct dn_fib_table *tb; in dn_fib_rtm_newroute() 553 struct dn_fib_table *tb; in fib_magic()
|