Searched refs:ip6_route_add (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ip6_route.h | 124 int ip6_route_add(struct fib6_config *cfg, gfp_t gfp_flags,
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | route.c | 3732 int ip6_route_add(struct fib6_config *cfg, gfp_t gfp_flags, in ip6_route_add() function 4211 ip6_route_add(&cfg, GFP_ATOMIC, NULL); in rt6_add_route_info() 4269 if (!ip6_route_add(&cfg, GFP_ATOMIC, NULL)) { in rt6_add_dflt_router() 4338 err = ip6_route_add(&cfg, GFP_KERNEL, NULL); in ipv6_route_ioctl() 5373 return ip6_route_add(&cfg, GFP_KERNEL, extack); in inet6_rtm_newroute()
|
| H A D | addrconf.c | 2443 ip6_route_add(&cfg, gfp_flags, NULL); in addrconf_prefix_route() 2507 ip6_route_add(&cfg, GFP_KERNEL, NULL); in addrconf_add_mroute()
|