| /Linux-v5.10/net/ipv4/ |
| D | fib_frontend.c | 223 ret = RTN_UNICAST; in __inet_dev_addr_type() 378 if (res.type != RTN_UNICAST && in __fib_validate_source() 401 if (res.type == RTN_UNICAST) in __fib_validate_source() 520 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config() 570 addr_type == RTN_UNICAST) in rtentry_to_fib_config() 1071 tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL; in fib_magic() 1121 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_add_ifaddr() 1149 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric() 1154 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric() 1198 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_del_ifaddr()
|
| D | ip_options.c | 144 if (inet_addr_type(net, addr) != RTN_UNICAST) { in __ip_options_echo() 400 if (inet_addr_type(net, addr) == RTN_UNICAST) in __ip_options_compile() 615 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr() 635 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
|
| D | netfilter.c | 35 if (addr_type == RTN_LOCAL || addr_type == RTN_UNICAST) in ip_route_me_harder()
|
| D | arp.c | 667 if (*addr_type != RTN_UNICAST) in arp_is_garp() 839 if (addr_type == RTN_UNICAST && in arp_process() 883 (addr_type == RTN_UNICAST || in arp_process() 887 RTN_UNICAST))))) in arp_process()
|
| D | fib_semantics.c | 100 [RTN_UNICAST] = { 1087 if (addr_type != RTN_UNICAST) { in fib_check_nh_v4_gw() 1136 if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) { in fib_check_nh_v4_gw() 1472 case RTN_UNICAST: in fib_create_info() 2040 fa->fa_type != RTN_UNICAST) in fib_select_default() 2224 res->type == RTN_UNICAST) in fib_select_path()
|
| D | route.c | 777 if (inet_addr_type(net, new_gw) != RTN_UNICAST) in __ip_do_redirect() 2194 if (res->type != RTN_UNICAST) in ip_route_input_slow() 2645 res->type = RTN_UNICAST; in ip_route_output_key_hash_rcu()
|
| /Linux-v5.10/net/decnet/ |
| D | dn_fib.c | 71 [RTN_UNICAST] = { .error = 0, .scope = RT_SCOPE_UNIVERSE }, 208 if (dnet_addr_type(nh->nh_gw) != RTN_UNICAST) in dn_fib_check_nh() 232 if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) in dn_fib_check_nh() 431 case RTN_UNICAST: in dn_fib_semantic_match() 592 if (type == RTN_UNICAST) in fib_magic()
|
| D | dn_rules.c | 188 unsigned int ret = RTN_UNICAST; in dnet_addr_type()
|
| D | dn_route.c | 964 struct dn_fib_res res = { .fi = NULL, .type = RTN_UNICAST }; in dn_route_output_slow() 1378 if (res.type != RTN_UNICAST) in dn_route_input_slow() 1387 case RTN_UNICAST: in dn_route_input_slow() 1470 case RTN_UNICAST: in dn_route_input_slow()
|
| /Linux-v5.10/net/phonet/ |
| D | pn_netlink.c | 178 rtm->rtm_type = RTN_UNICAST; in fill_route() 242 if (rtm->rtm_table != RT_TABLE_MAIN || rtm->rtm_type != RTN_UNICAST) in route_doit()
|
| /Linux-v5.10/net/ipv4/netfilter/ |
| D | ipt_rpfilter.c | 41 if (res.type != RTN_UNICAST) { in rpfilter_lookup_reverse()
|
| D | nft_fib_ipv4.c | 125 case RTN_UNICAST: in nft_fib4_eval()
|
| /Linux-v5.10/net/ipv6/netfilter/ |
| D | nft_fib_ipv6.c | 102 return RTN_UNICAST; in __nft_fib6_eval_type()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | rtnetlink.h | 239 RTN_UNICAST, /* Gateway or direct route */ enumerator
|
| /Linux-v5.10/drivers/s390/net/ |
| D | qeth_l3_main.c | 1597 return RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1606 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1609 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1689 cast_type = RTN_UNICAST; in qeth_l3_fill_header()
|
| D | qeth_core.h | 978 return RTN_UNICAST; in qeth_get_ether_cast_type()
|
| /Linux-v5.10/net/mpls/ |
| D | af_mpls.c | 1820 if (rtm->rtm_type != RTN_UNICAST) { in rtm_to_route_config() 1971 rtm->rtm_type = RTN_UNICAST; in mpls_dump_route() 2167 (filter.rt_type && filter.rt_type != RTN_UNICAST) || in mpls_dump_routes() 2453 r->rtm_type = RTN_UNICAST; in mpls_getroute()
|
| /Linux-v5.10/tools/testing/selftests/net/ |
| D | udpgso.c | 390 rt->rtm_type = RTN_UNICAST; in set_route_mtu()
|
| /Linux-v5.10/drivers/net/ipvlan/ |
| D | ipvlan_core.c | 435 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
|
| /Linux-v5.10/Documentation/networking/ |
| D | ipvs-sysctl.rst | 76 address is not local (iph->daddr is RTN_UNICAST). It is mostly
|
| /Linux-v5.10/net/atm/ |
| D | clip.c | 297 if (neigh->type != RTN_UNICAST) in clip_constructor()
|
| /Linux-v5.10/net/ipv6/ |
| D | route.c | 1043 [RTN_UNICAST] = 0, 3265 (res.fib6_type != RTN_UNICAST || dev != res.nh->fib_nh_dev)) { in ip6_route_check_nh_onlink() 3679 rt->fib6_type = cfg->fc_type ? : RTN_UNICAST; in ip6_route_info_create() 4200 .fc_type = RTN_UNICAST, in rt6_add_route_info() 4264 .fc_type = RTN_UNICAST, in rt6_add_dflt_router()
|
| D | ndisc.c | 342 neigh->type = is_multicast ? RTN_MULTICAST : RTN_UNICAST; in ndisc_constructor()
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_span.c | 429 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
|
| /Linux-v5.10/drivers/net/ |
| D | vrf.c | 1066 rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1, 1); in vrf_rtable_create()
|