Searched refs:fib6_nh_init (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6_stubs.h | 46 int (*fib6_nh_init)(struct net *net, struct fib6_nh *fib6_nh, member
|
H A D | ip6_fib.h | 490 int fib6_nh_init(struct net *net, struct fib6_nh *fib6_nh,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6_stubs.h | 46 int (*fib6_nh_init)(struct net *net, struct fib6_nh *fib6_nh, member
|
H A D | ip6_fib.h | 480 int fib6_nh_init(struct net *net, struct fib6_nh *fib6_nh,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | addrconf_core.c | 209 .fib6_nh_init = eafnosupport_fib6_nh_init,
|
H A D | af_inet6.c | 1043 .fib6_nh_init = fib6_nh_init,
|
H A D | route.c | 3411 int fib6_nh_init(struct net *net, struct fib6_nh *fib6_nh, in fib6_nh_init() function 3715 err = fib6_nh_init(net, rt->fib6_nh, cfg, gfp_flags, extack); in ip6_route_info_create()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrconf_core.c | 215 .fib6_nh_init = eafnosupport_fib6_nh_init,
|
H A D | af_inet6.c | 1044 .fib6_nh_init = fib6_nh_init,
|
H A D | route.c | 3509 int fib6_nh_init(struct net *net, struct fib6_nh *fib6_nh, in fib6_nh_init() function 3799 err = fib6_nh_init(net, rt->fib6_nh, cfg, gfp_flags, extack); in ip6_route_info_create()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | nexthop.c | 1379 err = ipv6_stub->fib6_nh_init(net, fib6_nh, &fib6_cfg, GFP_KERNEL, in nh_create_ipv6()
|
H A D | fib_semantics.c | 1062 err = ipv6_stub->fib6_nh_init(net, &fib6_nh, &cfg, GFP_KERNEL, extack); in fib_check_nh_v6_gw()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_semantics.c | 1063 err = ipv6_stub->fib6_nh_init(net, &fib6_nh, &cfg, GFP_KERNEL, extack); in fib_check_nh_v6_gw()
|
H A D | nexthop.c | 2589 err = ipv6_stub->fib6_nh_init(net, fib6_nh, &fib6_cfg, GFP_KERNEL, in nh_create_ipv6()
|
Completed in 40 milliseconds