Searched refs:dn_fib_table (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | dn_fib.h | 100 struct dn_fib_table { struct 103 int (*insert)(struct dn_fib_table *t, struct rtmsg *r, argument 106 int (*delete)(struct dn_fib_table *t, struct rtmsg *r, argument 109 int (*lookup)(struct dn_fib_table *t, const struct dn_fib_key *key, argument 111 int (*flush)(struct dn_fib_table *t); argument 113 int (*get_info)(struct dn_fib_table *table, char *buf, argument 116 int (*dump)(struct dn_fib_table *t, struct sk_buff *skb, struct netlink_callback *cb); argument 148 extern struct dn_fib_table *dn_fib_get_table(int n, int creat); 149 extern struct dn_fib_table *dn_fib_empty_table(void);
|
/linux-2.4.37.9/net/decnet/ |
D | dn_table.c | 78 static struct dn_fib_table *dn_fib_tables[DN_NUM_TABLES + 1]; 359 struct dn_fib_table *tb, in dn_hash_dump_bucket() 388 struct dn_fib_table *tb, in dn_hash_dump_zone() 410 static int dn_fib_table_dump(struct dn_fib_table *tb, struct sk_buff *skb, in dn_fib_table_dump() 437 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() 575 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() 680 static int dn_fib_table_flush(struct dn_fib_table *tb) in dn_fib_table_flush() 699 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct dn_fib_key * in dn_fib_table_lookup() 779 static int dn_fib_table_get_info(struct dn_fib_table *tb, char *buffer, int first, int count) in dn_fib_table_get_info() 822 struct dn_fib_table *dn_fib_get_table(int n, int create) in dn_fib_get_table() [all …]
|
D | dn_fib.c | 438 struct dn_fib_table *tb; in dn_fib_rtm_delroute() 454 struct dn_fib_table *tb; in dn_fib_rtm_newroute() 473 struct dn_fib_table *tb; in dn_fib_dump() 577 struct dn_fib_table *tb; in dn_fib_flush() 614 struct dn_fib_table *tb; in decnet_rt_get_info()
|
D | dn_rules.c | 137 struct dn_fib_table *tb; in dn_fib_rtm_newrule() 204 struct dn_fib_table *tb; in dn_fib_lookup()
|