Searched defs:dn_fib_table (Results 1 – 1 of 1) 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 118 unsigned char data[0];
|