/Linux-v4.19/net/ipv4/ |
D | fib_frontend.c | 235 ret = RTN_UNICAST; in __inet_dev_addr_type() 360 if (res.type != RTN_UNICAST && in __fib_validate_source() 394 if (res.type == RTN_UNICAST) in __fib_validate_source() 513 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config() 554 addr_type == RTN_UNICAST) in rtentry_to_fib_config() 872 tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL; in fib_magic() 922 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_add_ifaddr() 950 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric() 955 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric() 999 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() 399 if (inet_addr_type(net, addr) == RTN_UNICAST) in ip_options_compile() 620 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr() 640 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
|
D | netfilter.c | 33 if (addr_type == RTN_LOCAL || addr_type == RTN_UNICAST) in ip_route_me_harder()
|
D | fib_semantics.c | 98 [RTN_UNICAST] = { 808 if (addr_type != RTN_UNICAST) { in fib_check_nh() 859 if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) { in fib_check_nh() 1185 case RTN_UNICAST: in fib_create_info() 1628 fa->fa_type != RTN_UNICAST) in fib_select_default() 1796 res->type == RTN_UNICAST) in fib_select_path()
|
D | arp.c | 669 if (*addr_type != RTN_UNICAST) in arp_is_garp() 841 if (addr_type == RTN_UNICAST && in arp_process() 885 (addr_type == RTN_UNICAST || in arp_process() 889 RTN_UNICAST))))) in arp_process()
|
D | route.c | 767 if (inet_addr_type(net, new_gw) != RTN_UNICAST) in __ip_do_redirect() 2018 if (res->type != RTN_UNICAST) in ip_route_input_slow() 2467 res->type = RTN_UNICAST; in ip_route_output_key_hash_rcu()
|
/Linux-v4.19/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 | 968 struct dn_fib_res res = { .fi = NULL, .type = RTN_UNICAST }; in dn_route_output_slow() 1382 if (res.type != RTN_UNICAST) in dn_route_input_slow() 1391 case RTN_UNICAST: in dn_route_input_slow() 1474 case RTN_UNICAST: in dn_route_input_slow()
|
/Linux-v4.19/net/phonet/ |
D | pn_netlink.c | 191 rtm->rtm_type = RTN_UNICAST; in fill_route() 255 if (rtm->rtm_table != RT_TABLE_MAIN || rtm->rtm_type != RTN_UNICAST) in route_doit()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | ipt_rpfilter.c | 45 if (res.type != RTN_UNICAST) { in rpfilter_lookup_reverse()
|
D | nft_fib_ipv4.c | 139 case RTN_UNICAST: in nft_fib4_eval()
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | nft_fib_ipv6.c | 111 return RTN_UNICAST; in __nft_fib6_eval_type()
|
/Linux-v4.19/include/uapi/linux/ |
D | rtnetlink.h | 218 RTN_UNICAST, /* Gateway or direct route */ enumerator
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | udpgso.c | 399 rt->rtm_type = RTN_UNICAST; in set_route_mtu()
|
/Linux-v4.19/drivers/s390/net/ |
D | qeth_l3_main.c | 1981 return RTN_UNICAST; in qeth_l3_get_cast_type() 1988 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type() 1991 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type() 2000 return RTN_UNICAST; in qeth_l3_get_cast_type()
|
D | qeth_core.h | 941 if (IS_IQD(card) && cast_type != RTN_UNICAST) in qeth_get_tx_queue()
|
D | qeth_l2_main.c | 188 return RTN_UNICAST; in qeth_l2_get_cast_type() 193 return RTN_UNICAST; in qeth_l2_get_cast_type()
|
/Linux-v4.19/net/mpls/ |
D | af_mpls.c | 1779 if (rtm->rtm_type != RTN_UNICAST) { in rtm_to_route_config() 1927 rtm->rtm_type = RTN_UNICAST; in mpls_dump_route() 2242 r->rtm_type = RTN_UNICAST; in mpls_getroute()
|
/Linux-v4.19/drivers/net/ipvlan/ |
D | ipvlan_core.c | 440 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
|
/Linux-v4.19/Documentation/networking/ |
D | ipvs-sysctl.txt | 69 address is not local (iph->daddr is RTN_UNICAST). It is mostly
|
/Linux-v4.19/net/atm/ |
D | clip.c | 296 if (neigh->type != RTN_UNICAST) in clip_constructor()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_span.c | 314 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
|
/Linux-v4.19/drivers/net/ |
D | vrf.c | 736 rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1, 1, 0); in vrf_rtable_create()
|
/Linux-v4.19/net/ipv6/ |
D | route.c | 896 [RTN_UNICAST] = 0, 3515 .fc_type = RTN_UNICAST, in rt6_add_route_info() 3572 .fc_type = RTN_UNICAST, in rt6_add_dflt_router()
|