Home
last modified time | relevance | path

Searched refs:dn_fib_table (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/net/
Ddn_fib.h91 struct dn_fib_table { struct
95 int (*insert)(struct dn_fib_table *t, struct rtmsg *r, argument
98 int (*delete)(struct dn_fib_table *t, struct rtmsg *r, argument
101 int (*lookup)(struct dn_fib_table *t, const struct flowidn *fld, argument
103 int (*flush)(struct dn_fib_table *t); argument
104 int (*dump)(struct dn_fib_table *t, struct sk_buff *skb, struct netlink_callback *cb); argument
133 extern struct dn_fib_table *dn_fib_get_table(u32 n, int creat);
134 extern struct dn_fib_table *dn_fib_empty_table(void);
/linux-3.4.99/net/decnet/
Ddn_table.c388 struct dn_fib_table *tb, in dn_hash_dump_bucket()
417 struct dn_fib_table *tb, in dn_hash_dump_zone()
439 static int dn_fib_table_dump(struct dn_fib_table *tb, struct sk_buff *skb, in dn_fib_table_dump()
471 struct dn_fib_table *tb; in dn_fib_dump()
507 static int dn_fib_table_insert(struct dn_fib_table *tb, struct rtmsg *r, struct dn_kern_rta *rta, s… in dn_fib_table_insert()
644 static int dn_fib_table_delete(struct dn_fib_table *tb, struct rtmsg *r, struct dn_kern_rta *rta, s… in dn_fib_table_delete()
749 static int dn_fib_table_flush(struct dn_fib_table *tb) in dn_fib_table_flush()
768 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowidn *flp, struct dn_fib_re… in dn_fib_table_lookup()
814 struct dn_fib_table *dn_fib_get_table(u32 n, int create) in dn_fib_get_table()
816 struct dn_fib_table *t; in dn_fib_get_table()
[all …]
Ddn_rules.c72 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()
Ddn_fib.c511 struct dn_fib_table *tb; in dn_fib_rtm_delroute()
531 struct dn_fib_table *tb; in dn_fib_rtm_newroute()
550 struct dn_fib_table *tb; in fib_magic()