Home
last modified time | relevance | path

Searched refs:r_cfg (Results 1 – 1 of 1) sorted by relevance

/net/ipv6/
Droute.c2421 struct fib6_config r_cfg; in ip6_route_multipath() local
2433 memcpy(&r_cfg, cfg, sizeof(*cfg)); in ip6_route_multipath()
2435 r_cfg.fc_ifindex = rtnh->rtnh_ifindex; in ip6_route_multipath()
2443 nla_memcpy(&r_cfg.fc_gateway, nla, 16); in ip6_route_multipath()
2444 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath()
2447 err = add ? ip6_route_add(&r_cfg) : ip6_route_del(&r_cfg); in ip6_route_multipath()