Searched refs:fib6_table (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/net/ |
D | ip6_fib.h | 92 struct fib6_table; 102 struct fib6_table *rt6i_table; 251 struct fib6_table { struct 276 struct fib6_table *, argument 283 struct fib6_table *fib6_get_table(struct net *net, u32 id); 284 struct fib6_table *fib6_new_table(struct net *net, u32 id);
|
/linux-4.1.27/include/net/netns/ |
D | ipv6.h | 58 struct fib6_table *fib6_main_tbl; 65 struct fib6_table *fib6_local_tbl;
|
/linux-4.1.27/net/ipv6/ |
D | ip6_fib.c | 163 static void fib6_link_table(struct net *net, struct fib6_table *tb) in fib6_link_table() 184 static struct fib6_table *fib6_alloc_table(struct net *net, u32 id) in fib6_alloc_table() 186 struct fib6_table *table; in fib6_alloc_table() 199 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() 201 struct fib6_table *tb; in fib6_new_table() 216 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table() 218 struct fib6_table *tb; in fib6_get_table() 245 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() 250 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table() 307 static int fib6_dump_table(struct fib6_table *table, struct sk_buff *skb, in fib6_dump_table() [all …]
|
D | route.c | 305 struct fib6_table *table) in ip6_dst_alloc() 791 struct fib6_table *table, in ip6_pol_route_lookup() 857 struct fib6_table *table; in __ip6_ins_rt() 915 static struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table, int oif, in ip6_pol_route() 994 static struct rt6_info *ip6_pol_route_input(struct net *net, struct fib6_table *table, in ip6_pol_route_input() 1027 static struct rt6_info *ip6_pol_route_output(struct net *net, struct fib6_table *table, in ip6_pol_route_output() 1202 struct fib6_table *table, in __ip6_route_redirect() 1523 struct fib6_table *table; in ip6_route_info_create() 1764 struct fib6_table *table; in __ip6_del_rt() 1792 struct fib6_table *table; in ip6_route_del() [all …]
|
D | fib6_rules.c | 55 struct fib6_table *table; in fib6_rule_action()
|
D | addrconf.c | 2123 struct fib6_table *table; in addrconf_get_prefix_route()
|