Searched refs:fib6_get_table (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | ipv6_stubs.h | 33 struct fib6_table *(*fib6_get_table)(struct net *net, u32 id); member
|
D | ip6_fib.h | 432 struct fib6_table *fib6_get_table(struct net *net, u32 id);
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | fib6_rules.c | 180 table = fib6_get_table(net, tb_id); in fib6_rule_action_alt() 226 table = fib6_get_table(net, tb_id); in __fib6_rule_action()
|
D | addrconf_core.c | 204 .fib6_get_table = eafnosupport_fib6_get_table,
|
D | ip6_fib.c | 259 tb = fib6_get_table(net, id); in fib6_new_table() 271 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table() function 292 EXPORT_SYMBOL_GPL(fib6_get_table); 303 return fib6_get_table(net, id); in fib6_new_table() 306 struct fib6_table *fib6_get_table(struct net *net, u32 id) in fib6_get_table() function 668 tb = fib6_get_table(net, arg.filter.table_id); in inet6_dump_fib()
|
D | af_inet6.c | 1022 .fib6_get_table = fib6_get_table,
|
D | seg6_local.c | 181 table = fib6_get_table(net, tbl_id); in seg6_lookup_any_nexthop()
|
D | route.c | 3225 table = fib6_get_table(net, tbid); in ip6_nh_lookup_table() 3648 table = fib6_get_table(net, cfg->fc_table); in ip6_route_info_create() 3939 table = fib6_get_table(cfg->fc_nlinfo.nl_net, cfg->fc_table); in ip6_route_del() 4172 table = fib6_get_table(net, tb_id); in rt6_get_route_info() 4242 table = fib6_get_table(net, tb_id); in rt6_get_dflt_router() 4289 table = fib6_get_table(dev_net(dev), cfg.fc_table); in rt6_add_dflt_router()
|
D | addrconf.c | 2434 table = fib6_get_table(dev_net(dev), tb_id); in addrconf_get_prefix_route()
|
/kernel/linux/linux-5.10/net/core/ |
D | filter.c | 5461 tb = ipv6_stub->fib6_get_table(net, tbid); in bpf_ipv6_fib_lookup()
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 363691 - struct fib6_table *(*fib6_get_table)(struct net *net, u32 id); 363759 + struct fib6_table *(*fib6_get_table)(struct net *net, u32 id);
|