/Linux-v6.1/net/ipv4/ |
D | fib_frontend.c | 224 ret = RTN_UNICAST; in __inet_dev_addr_type() 380 if (res.type != RTN_UNICAST && in __fib_validate_source() 403 if (res.type == RTN_UNICAST) in __fib_validate_source() 525 cfg->fc_type = RTN_UNICAST; in rtentry_to_fib_config() 575 addr_type == RTN_UNICAST) in rtentry_to_fib_config() 1087 tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL; in fib_magic() 1139 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_add_ifaddr() 1166 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric() 1171 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric() 1215 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_del_ifaddr()
|
D | ip_options.c | 131 if (inet_addr_type(net, addr) != RTN_UNICAST) { in __ip_options_echo() 387 if (inet_addr_type(net, addr) == RTN_UNICAST) in __ip_options_compile() 602 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr() 622 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
|
D | netfilter.c | 36 if (addr_type == RTN_LOCAL || addr_type == RTN_UNICAST) in ip_route_me_harder()
|
D | arp.c | 688 if (*addr_type != RTN_UNICAST) in arp_is_garp() 860 if (addr_type == RTN_UNICAST && in arp_process() 904 (addr_type == RTN_UNICAST || in arp_process() 908 RTN_UNICAST))))) in arp_process()
|
D | fib_semantics.c | 103 [RTN_UNICAST] = { 1141 if (addr_type != RTN_UNICAST) { in fib_check_nh_v4_gw() 1190 if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) { in fib_check_nh_v4_gw() 1505 case RTN_UNICAST: in fib_create_info() 2077 fa->fa_type != RTN_UNICAST) in fib_select_default() 2259 res->type == RTN_UNICAST) in fib_select_path()
|
D | route.c | 779 if (inet_addr_type(net, new_gw) != RTN_UNICAST) in __ip_do_redirect() 2332 if (res->type != RTN_UNICAST) in ip_route_input_slow() 2780 res->type = RTN_UNICAST; in ip_route_output_key_hash_rcu()
|
/Linux-v6.1/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-v6.1/net/ipv4/netfilter/ |
D | ipt_rpfilter.c | 40 if (res.type != RTN_UNICAST) { in rpfilter_lookup_reverse()
|
D | nft_fib_ipv4.c | 133 case RTN_UNICAST: in nft_fib4_eval()
|
/Linux-v6.1/net/mctp/ |
D | route.c | 979 case RTN_UNICAST: in mctp_route_add() 1229 if (rtm->rtm_type != RTN_UNICAST) { in mctp_newroute() 1244 if (rtm->rtm_type != RTN_UNICAST) in mctp_newroute() 1267 if (rtm->rtm_type != RTN_UNICAST) in mctp_delroute() 1270 rc = mctp_route_remove(mdev, daddr_start, rtm->rtm_dst_len, RTN_UNICAST); in mctp_delroute()
|
D | neigh.c | 227 hdr->ndm_type = RTN_UNICAST; // TODO: is loopback RTN_LOCAL? in mctp_fill_neigh()
|
/Linux-v6.1/drivers/net/ethernet/marvell/prestera/ |
D | prestera_router.c | 182 if (fi->fib_type != RTN_UNICAST) in prestera_fi_is_direct() 190 if (fi->fib_type != RTN_UNICAST) in prestera_fi_is_nh() 206 if (fi->fib6_type != RTN_UNICAST) in prestera_fi6_is_direct() 214 if (fi->fib6_type != RTN_UNICAST) in prestera_fi6_is_nh() 866 case RTN_UNICAST: in __prestera_pr_k_arb_fc_lpm_info_calc()
|
/Linux-v6.1/net/ipv6/netfilter/ |
D | nft_fib_ipv6.c | 109 return RTN_UNICAST; in __nft_fib6_eval_type()
|
/Linux-v6.1/drivers/s390/net/ |
D | qeth_l3_main.c | 1577 return RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1586 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1589 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1591 return RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1662 cast_type = RTN_UNICAST; in qeth_l3_fill_header()
|
D | qeth_core.h | 951 return RTN_UNICAST; in qeth_get_ether_cast_type()
|
/Linux-v6.1/include/uapi/linux/ |
D | rtnetlink.h | 255 RTN_UNICAST, /* Gateway or direct route */ enumerator
|
/Linux-v6.1/net/mpls/ |
D | af_mpls.c | 1851 if (rtm->rtm_type != RTN_UNICAST) { in rtm_to_route_config() 2002 rtm->rtm_type = RTN_UNICAST; in mpls_dump_route() 2194 (filter.rt_type && filter.rt_type != RTN_UNICAST) || in mpls_dump_routes() 2480 r->rtm_type = RTN_UNICAST; in mpls_getroute()
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | udpgso.c | 390 rt->rtm_type = RTN_UNICAST; in set_route_mtu()
|
/Linux-v6.1/drivers/net/ipvlan/ |
D | ipvlan_core.c | 434 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
|
/Linux-v6.1/net/atm/ |
D | clip.c | 297 if (neigh->type != RTN_UNICAST) in clip_constructor()
|
/Linux-v6.1/Documentation/networking/ |
D | ipvs-sysctl.rst | 75 address is not local (iph->daddr is RTN_UNICAST). It is mostly
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_tun.c | 136 if (rt->rt_type != RTN_UNICAST) { in mlx5e_route_lookup_ipv4_get()
|
/Linux-v6.1/net/ipv6/ |
D | route.c | 1031 [RTN_UNICAST] = 0, 3359 (res.fib6_type != RTN_UNICAST || dev != res.nh->fib_nh_dev)) { in ip6_route_check_nh_onlink() 3777 rt->fib6_type = cfg->fc_type ? : RTN_UNICAST; in ip6_route_info_create() 4302 .fc_type = RTN_UNICAST, in rt6_add_route_info() 4367 .fc_type = RTN_UNICAST, in rt6_add_dflt_router()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_span.c | 433 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
|
/Linux-v6.1/drivers/net/ |
D | vrf.c | 1080 rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1); in vrf_rtable_create()
|