RTN_UNICAST      3681 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	       fib_nh->nh_parent->fib_type == RTN_UNICAST &&
RTN_UNICAST      4378 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c 	case RTN_UNICAST:
RTN_UNICAST       314 drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c 	if (rt->rt_type != RTN_UNICAST)
RTN_UNICAST       435 drivers/net/ipvlan/ipvlan_core.c 	if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) {
RTN_UNICAST       744 drivers/net/vrf.c 	rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1, 1, 0);
RTN_UNICAST       278 drivers/net/vxlan.c 	ndm->ndm_type = RTN_UNICAST;
RTN_UNICAST       932 drivers/s390/net/qeth_core.h 	return RTN_UNICAST;
RTN_UNICAST      6242 drivers/s390/net/qeth_core_main.c 	if (cast_type != RTN_UNICAST)
RTN_UNICAST      1887 drivers/s390/net/qeth_l3_main.c 		return RTN_UNICAST;
RTN_UNICAST      1896 drivers/s390/net/qeth_l3_main.c 				RTN_MULTICAST : RTN_UNICAST;
RTN_UNICAST      1899 drivers/s390/net/qeth_l3_main.c 				RTN_MULTICAST : RTN_UNICAST;
RTN_UNICAST      1979 drivers/s390/net/qeth_l3_main.c 		cast_type = RTN_UNICAST;
RTN_UNICAST       297 net/atm/clip.c 	if (neigh->type != RTN_UNICAST)
RTN_UNICAST      4682 net/core/filter.c 	if (res.type != RTN_UNICAST)
RTN_UNICAST      4799 net/core/filter.c 	case RTN_UNICAST:
RTN_UNICAST      2494 net/core/neighbour.c 	ndm->ndm_type	 = RTN_UNICAST;
RTN_UNICAST        71 net/decnet/dn_fib.c 	[RTN_UNICAST] =     { .error = 0,       .scope = RT_SCOPE_UNIVERSE },
RTN_UNICAST       208 net/decnet/dn_fib.c 			if (dnet_addr_type(nh->nh_gw) != RTN_UNICAST)
RTN_UNICAST       232 net/decnet/dn_fib.c 		if (res.type != RTN_UNICAST && res.type != RTN_LOCAL)
RTN_UNICAST       431 net/decnet/dn_fib.c 		case RTN_UNICAST:
RTN_UNICAST       592 net/decnet/dn_fib.c 	if (type == RTN_UNICAST)
RTN_UNICAST       962 net/decnet/dn_route.c 	struct dn_fib_res res = { .fi = NULL, .type = RTN_UNICAST };
RTN_UNICAST      1376 net/decnet/dn_route.c 			if (res.type != RTN_UNICAST)
RTN_UNICAST      1385 net/decnet/dn_route.c 	case RTN_UNICAST:
RTN_UNICAST      1468 net/decnet/dn_route.c 	case RTN_UNICAST:
RTN_UNICAST       188 net/decnet/dn_rules.c 	unsigned int ret = RTN_UNICAST;
RTN_UNICAST       665 net/ipv4/arp.c 		if (*addr_type != RTN_UNICAST)
RTN_UNICAST       837 net/ipv4/arp.c 			if (addr_type == RTN_UNICAST  &&
RTN_UNICAST       881 net/ipv4/arp.c 		      (addr_type == RTN_UNICAST ||
RTN_UNICAST       885 net/ipv4/arp.c 				RTN_UNICAST)))))
RTN_UNICAST       233 net/ipv4/fib_frontend.c 		ret = RTN_UNICAST;
RTN_UNICAST       387 net/ipv4/fib_frontend.c 	if (res.type != RTN_UNICAST &&
RTN_UNICAST       410 net/ipv4/fib_frontend.c 		if (res.type == RTN_UNICAST)
RTN_UNICAST       529 net/ipv4/fib_frontend.c 	cfg->fc_type = RTN_UNICAST;
RTN_UNICAST       579 net/ipv4/fib_frontend.c 		    addr_type == RTN_UNICAST)
RTN_UNICAST      1080 net/ipv4/fib_frontend.c 		tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL;
RTN_UNICAST      1130 net/ipv4/fib_frontend.c 				  dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST,
RTN_UNICAST      1158 net/ipv4/fib_frontend.c 		  dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST,
RTN_UNICAST      1163 net/ipv4/fib_frontend.c 		  dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST,
RTN_UNICAST      1207 net/ipv4/fib_frontend.c 				  dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST,
RTN_UNICAST       100 net/ipv4/fib_semantics.c 	[RTN_UNICAST] = {
RTN_UNICAST      1078 net/ipv4/fib_semantics.c 		if (addr_type != RTN_UNICAST) {
RTN_UNICAST      1127 net/ipv4/fib_semantics.c 	if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) {
RTN_UNICAST      1463 net/ipv4/fib_semantics.c 		case RTN_UNICAST:
RTN_UNICAST      2022 net/ipv4/fib_semantics.c 		    fa->fa_type != RTN_UNICAST)
RTN_UNICAST      2206 net/ipv4/fib_semantics.c 	    res->type == RTN_UNICAST)
RTN_UNICAST      2587 net/ipv4/fib_trie.c 	[RTN_UNICAST] = "UNICAST",
RTN_UNICAST       144 net/ipv4/ip_options.c 						if (inet_addr_type(net, addr) != RTN_UNICAST) {
RTN_UNICAST       400 net/ipv4/ip_options.c 						if (inet_addr_type(net, addr) == RTN_UNICAST)
RTN_UNICAST       633 net/ipv4/ip_options.c 	if (rt->rt_type == RTN_UNICAST) {
RTN_UNICAST       653 net/ipv4/ip_options.c 		if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) {
RTN_UNICAST        33 net/ipv4/netfilter.c 	if (addr_type == RTN_LOCAL || addr_type == RTN_UNICAST)
RTN_UNICAST        41 net/ipv4/netfilter/ipt_rpfilter.c 	if (res.type != RTN_UNICAST) {
RTN_UNICAST       125 net/ipv4/netfilter/nft_fib_ipv4.c 	case RTN_UNICAST:
RTN_UNICAST       776 net/ipv4/route.c 		if (inet_addr_type(net, new_gw) != RTN_UNICAST)
RTN_UNICAST      2144 net/ipv4/route.c 	if (res->type != RTN_UNICAST)
RTN_UNICAST      2596 net/ipv4/route.c 			res->type = RTN_UNICAST;
RTN_UNICAST      2384 net/ipv6/addrconf.c 		.fc_type = RTN_UNICAST,
RTN_UNICAST      2455 net/ipv6/addrconf.c 		.fc_type = RTN_UNICAST,
RTN_UNICAST       339 net/ipv6/ndisc.c 	neigh->type = is_multicast ? RTN_MULTICAST : RTN_UNICAST;
RTN_UNICAST       102 net/ipv6/netfilter/nft_fib_ipv6.c 		return RTN_UNICAST;
RTN_UNICAST      1039 net/ipv6/route.c 	[RTN_UNICAST]	= 0,
RTN_UNICAST      3264 net/ipv6/route.c 	    (res.fib6_type != RTN_UNICAST || dev != res.nh->fib_nh_dev)) {
RTN_UNICAST      3673 net/ipv6/route.c 	rt->fib6_type = cfg->fc_type ? : RTN_UNICAST;
RTN_UNICAST      4172 net/ipv6/route.c 		.fc_type = RTN_UNICAST,
RTN_UNICAST      4236 net/ipv6/route.c 		.fc_type = RTN_UNICAST,
RTN_UNICAST       914 net/ipv6/sit.c 	if (rt->rt_type != RTN_UNICAST) {
RTN_UNICAST      1831 net/mpls/af_mpls.c 	if (rtm->rtm_type != RTN_UNICAST) {
RTN_UNICAST      1982 net/mpls/af_mpls.c 	rtm->rtm_type = RTN_UNICAST;
RTN_UNICAST      2178 net/mpls/af_mpls.c 		    (filter.rt_type && filter.rt_type != RTN_UNICAST) ||
RTN_UNICAST      2464 net/mpls/af_mpls.c 	r->rtm_type	= RTN_UNICAST;
RTN_UNICAST       589 net/netfilter/ipvs/ip_vs_core.c 	return (inet_addr_type(net, addr->ip) == RTN_UNICAST);
RTN_UNICAST       975 net/netfilter/ipvs/ip_vs_ctl.c 		if (atype != RTN_LOCAL && atype != RTN_UNICAST)
RTN_UNICAST       178 net/phonet/pn_netlink.c 	rtm->rtm_type = RTN_UNICAST;
RTN_UNICAST       242 net/phonet/pn_netlink.c 	if (rtm->rtm_table != RT_TABLE_MAIN || rtm->rtm_type != RTN_UNICAST)
RTN_UNICAST       390 tools/testing/selftests/net/udpgso.c 	rt->rtm_type = RTN_UNICAST;