/openbmc/linux/net/ipv4/ |
H A 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() 1090 tb_id = (type == RTN_UNICAST) ? RT_TABLE_MAIN : RT_TABLE_LOCAL; in fib_magic() 1142 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_add_ifaddr() 1169 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric() 1174 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_modify_prefix_metric() 1218 dev->flags & IFF_LOOPBACK ? RTN_LOCAL : RTN_UNICAST, in fib_del_ifaddr()
|
H A 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()
|
H A D | netfilter.c | 36 if (addr_type == RTN_LOCAL || addr_type == RTN_UNICAST) in ip_route_me_harder()
|
H A 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()
|
H A D | fib_semantics.c | 104 [RTN_UNICAST] = { 1144 if (addr_type != RTN_UNICAST) { in fib_check_nh_v4_gw() 1193 if (res.type != RTN_UNICAST && res.type != RTN_LOCAL) { in fib_check_nh_v4_gw() 1511 case RTN_UNICAST: in fib_create_info() 2086 fa->fa_type != RTN_UNICAST) in fib_select_default() 2268 res->type == RTN_UNICAST) in fib_select_path()
|
H A D | route.c | 780 if (inet_addr_type(net, new_gw) != RTN_UNICAST) in __ip_do_redirect() 2328 if (res->type != RTN_UNICAST) in ip_route_input_slow() 2776 res->type = RTN_UNICAST; in ip_route_output_key_hash_rcu()
|
/openbmc/linux/net/phonet/ |
H A 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()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | ipt_rpfilter.c | 40 if (res.type != RTN_UNICAST) { in rpfilter_lookup_reverse()
|
H A D | nft_fib_ipv4.c | 131 case RTN_UNICAST: in nft_fib4_eval()
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A 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()
|
/openbmc/linux/net/mctp/ |
H A D | route.c | 1006 case RTN_UNICAST: in mctp_route_add() 1256 if (rtm->rtm_type != RTN_UNICAST) { in mctp_newroute() 1291 if (rtm->rtm_type != RTN_UNICAST) in mctp_delroute() 1294 rc = mctp_route_remove(mdev, daddr_start, rtm->rtm_dst_len, RTN_UNICAST); in mctp_delroute()
|
H A D | neigh.c | 227 hdr->ndm_type = RTN_UNICAST; // TODO: is loopback RTN_LOCAL? in mctp_fill_neigh()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nft_fib_ipv6.c | 109 return RTN_UNICAST; in __nft_fib6_eval_type()
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_l3_main.c | 1581 return RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1590 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1593 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1595 return RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1666 cast_type = RTN_UNICAST; in qeth_l3_fill_header()
|
H A D | qeth_core.h | 950 return RTN_UNICAST; in qeth_get_ether_cast_type()
|
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 255 RTN_UNICAST, /* Gateway or direct route */ enumerator
|
/openbmc/linux/net/mpls/ |
H A D | af_mpls.c | 1841 if (rtm->rtm_type != RTN_UNICAST) { in rtm_to_route_config() 1992 rtm->rtm_type = RTN_UNICAST; in mpls_dump_route() 2184 (filter.rt_type && filter.rt_type != RTN_UNICAST) || in mpls_dump_routes() 2470 r->rtm_type = RTN_UNICAST; in mpls_getroute()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgso.c | 390 rt->rtm_type = RTN_UNICAST; in set_route_mtu()
|
/openbmc/linux/drivers/net/ipvlan/ |
H A D | ipvlan_core.c | 434 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
|
/openbmc/linux/net/atm/ |
H A D | clip.c | 297 if (neigh->type != RTN_UNICAST) in clip_constructor()
|
/openbmc/linux/Documentation/networking/ |
H A D | ipvs-sysctl.rst | 75 address is not local (iph->daddr is RTN_UNICAST). It is mostly
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun.c | 136 if (rt->rt_type != RTN_UNICAST) { in mlx5e_route_lookup_ipv4_get()
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | 1035 [RTN_UNICAST] = 0, 3358 (res.fib6_type != RTN_UNICAST || dev != res.nh->fib_nh_dev)) { in ip6_route_check_nh_onlink() 3781 rt->fib6_type = cfg->fc_type ? : RTN_UNICAST; in ip6_route_info_create() 4306 .fc_type = RTN_UNICAST, in rt6_add_route_info() 4371 .fc_type = RTN_UNICAST, in rt6_add_dflt_router()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_span.c | 433 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
|
/openbmc/linux/drivers/net/ |
H A D | vrf.c | 1070 rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1); in vrf_rtable_create()
|