Home
last modified time | relevance | path

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

/linux/tools/net/ynl/tests/
H A Dtest_ynl_cli.sh97 if ! ip netns exec "$testns" $ynl --family rt-route --do newroute --create \
/linux/net/ipv6/
H A Droute.c5117 bool newroute) in rtm_to_fib6_multipath_config() argument
5150 if (newroute && (cfg->fc_nh_id || !has_gateway)) { in rtm_to_fib6_multipath_config()
5166 bool newroute = nlh->nlmsg_type == RTM_NEWROUTE; in rtm_to_fib6_config() local
5277 err = rtm_to_fib6_multipath_config(cfg, extack, newroute); in rtm_to_fib6_config()