Searched refs:dn_fib_table (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/net/ |
D | dn_fib.h | 78 struct dn_fib_table { struct 82 int (*insert)(struct dn_fib_table *t, struct rtmsg *r, argument 85 int (*delete)(struct dn_fib_table *t, struct rtmsg *r, argument 88 int (*lookup)(struct dn_fib_table *t, const struct flowidn *fld, argument 90 int (*flush)(struct dn_fib_table *t); argument 91 int (*dump)(struct dn_fib_table *t, struct sk_buff *skb, struct netlink_callback *cb); argument 116 struct dn_fib_table *dn_fib_get_table(u32 n, int creat); argument 117 struct dn_fib_table *dn_fib_empty_table(void);
|
/Linux-v5.10/net/decnet/ |
D | dn_table.c | 411 struct dn_fib_table *tb, in dn_hash_dump_bucket() 440 struct dn_fib_table *tb, in dn_hash_dump_zone() 462 static int dn_fib_table_dump(struct dn_fib_table *tb, struct sk_buff *skb, in dn_fib_table_dump() 494 struct dn_fib_table *tb; in dn_fib_dump() 529 static int dn_fib_table_insert(struct dn_fib_table *tb, struct rtmsg *r, struct nlattr *attrs[], in dn_fib_table_insert() 666 static int dn_fib_table_delete(struct dn_fib_table *tb, struct rtmsg *r, struct nlattr *attrs[], in dn_fib_table_delete() 771 static int dn_fib_table_flush(struct dn_fib_table *tb) in dn_fib_table_flush() 790 static int dn_fib_table_lookup(struct dn_fib_table *tb, const struct flowidn *flp, struct dn_fib_re… in dn_fib_table_lookup() 836 struct dn_fib_table *dn_fib_get_table(u32 n, int create) in dn_fib_get_table() 838 struct dn_fib_table *t; in dn_fib_get_table() [all …]
|
D | dn_rules.c | 73 struct dn_fib_table *tbl; in dn_fib_rule_action() 137 struct dn_fib_table *table; in dn_fib_rule_configure() 189 struct dn_fib_table *tb = dn_fib_get_table(RT_TABLE_LOCAL, 0); in dnet_addr_type()
|
D | dn_fib.c | 509 struct dn_fib_table *tb; in dn_fib_rtm_delroute() 536 struct dn_fib_table *tb; in dn_fib_rtm_newroute() 561 struct dn_fib_table *tb; in fib_magic()
|