Searched refs:fib6_table (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/net/ |
D | ip6_fib.h | 94 struct fib6_table; 104 struct fib6_table *rt6i_table; 227 struct fib6_table { struct 252 struct fib6_table *, argument 259 struct fib6_table *fib6_get_table(struct net *net, u32 id); 260 struct fib6_table *fib6_new_table(struct net *net, u32 id);
|
/linux-4.4.14/include/net/netns/ |
D | ipv6.h | 60 struct fib6_table *fib6_main_tbl; 67 struct fib6_table *fib6_local_tbl;
|
/linux-4.4.14/net/ipv6/ |
D | ip6_fib.c | 193 static void fib6_link_table(struct net *net, struct fib6_table *tb) in fib6_link_table() 214 static struct fib6_table *fib6_alloc_table(struct net *net, u32 id) in fib6_alloc_table() 216 struct fib6_table *table; in fib6_alloc_table() 229 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() 231 struct fib6_table *tb; in fib6_new_table() 246 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table() 248 struct fib6_table *tb; in fib6_get_table() 276 struct fib6_table *fib6_new_table(struct net *net, u32 id) in fib6_new_table() 281 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table() 348 static int fib6_dump_table(struct fib6_table *table, struct sk_buff *skb, in fib6_dump_table() [all …]
|
D | route.c | 848 struct fib6_table *table, in ip6_pol_route_lookup() 914 struct fib6_table *table; in __ip6_ins_rt() 1004 struct fib6_table *table = rt->rt6i_table; in rt6_make_pcpu_route() 1040 static struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table, int oif, in ip6_pol_route() 1133 static struct rt6_info *ip6_pol_route_input(struct net *net, struct fib6_table *table, in ip6_pol_route_input() 1171 static struct rt6_info *ip6_pol_route_output(struct net *net, struct fib6_table *table, in ip6_pol_route_output() 1423 struct fib6_table *table, in __ip6_route_redirect() 1757 struct fib6_table *table; in ip6_route_info_create() 2029 struct fib6_table *table; in __ip6_del_rt() 2058 struct fib6_table *table; in ip6_route_del() [all …]
|
D | fib6_rules.c | 66 struct fib6_table *table; in fib6_rule_action()
|
D | addrconf.c | 2189 struct fib6_table *table; in addrconf_get_prefix_route()
|