RTF_DEFAULT       240 net/ipv6/addrconf.c 	return ((rt->rt6i_flags & (RTF_GATEWAY | RTF_DEFAULT)) == 0);
RTF_DEFAULT       887 net/ipv6/route.c 		} else if (rt->rt6i_node && (rt->rt6i_flags & RTF_DEFAULT))
RTF_DEFAULT      1696 net/ipv6/route.c 		cfg.fc_flags |= RTF_DEFAULT;
RTF_DEFAULT      1716 net/ipv6/route.c 		    ((rt->rt6i_flags & (RTF_ADDRCONF | RTF_DEFAULT)) == (RTF_ADDRCONF | RTF_DEFAULT)) &&
RTF_DEFAULT      1734 net/ipv6/route.c 		.fc_flags	= RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT |
RTF_DEFAULT      1761 net/ipv6/route.c 		if (rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF)) {
RTF_DEFAULT      2178 net/ipv6/route.c 	else if (rt->rt6i_flags&RTF_DEFAULT)