Searched refs:dn_fib_table (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/include/net/ |
D | dn_fib.h | 91 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/ |
D | dn_table.c | 388 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 …]
|
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 | 511 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()
|