Searched refs:fib6_nh_init (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | ipv6_stubs.h | 46 int (*fib6_nh_init)(struct net *net, struct fib6_nh *fib6_nh, member
|
D | ip6_fib.h | 490 int fib6_nh_init(struct net *net, struct fib6_nh *fib6_nh,
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | addrconf_core.c | 209 .fib6_nh_init = eafnosupport_fib6_nh_init,
|
D | af_inet6.c | 1028 .fib6_nh_init = fib6_nh_init,
|
D | route.c | 3409 int fib6_nh_init(struct net *net, struct fib6_nh *fib6_nh, in fib6_nh_init() function 3713 err = fib6_nh_init(net, rt->fib6_nh, cfg, gfp_flags, extack); in ip6_route_info_create()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | fib_semantics.c | 1056 err = ipv6_stub->fib6_nh_init(net, &fib6_nh, &cfg, GFP_KERNEL, extack); in fib_check_nh_v6_gw()
|
D | nexthop.c | 1377 err = ipv6_stub->fib6_nh_init(net, fib6_nh, &fib6_cfg, GFP_KERNEL, in nh_create_ipv6()
|