Home
last modified time | relevance | path

Searched refs:RTN_UNICAST (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/linux/net/ipv4/
H A Dfib_frontend.c224 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 Dip_options.c131 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 Dnetfilter.c36 if (addr_type == RTN_LOCAL || addr_type == RTN_UNICAST) in ip_route_me_harder()
H A Darp.c688 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 Dfib_semantics.c104 [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 Droute.c780 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 Dpn_netlink.c178 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 Dipt_rpfilter.c40 if (res.type != RTN_UNICAST) { in rpfilter_lookup_reverse()
H A Dnft_fib_ipv4.c131 case RTN_UNICAST: in nft_fib4_eval()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c182 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 Droute.c1006 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 Dneigh.c227 hdr->ndm_type = RTN_UNICAST; // TODO: is loopback RTN_LOCAL? in mctp_fill_neigh()
/openbmc/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c109 return RTN_UNICAST; in __nft_fib6_eval_type()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_main.c1581 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 Dqeth_core.h950 return RTN_UNICAST; in qeth_get_ether_cast_type()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h255 RTN_UNICAST, /* Gateway or direct route */ enumerator
/openbmc/linux/net/mpls/
H A Daf_mpls.c1841 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 Dudpgso.c390 rt->rtm_type = RTN_UNICAST; in set_route_mtu()
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_core.c434 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) { in ipvlan_process_v4_outbound()
/openbmc/linux/net/atm/
H A Dclip.c297 if (neigh->type != RTN_UNICAST) in clip_constructor()
/openbmc/linux/Documentation/networking/
H A Dipvs-sysctl.rst75 address is not local (iph->daddr is RTN_UNICAST). It is mostly
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c136 if (rt->rt_type != RTN_UNICAST) { in mlx5e_route_lookup_ipv4_get()
/openbmc/linux/net/ipv6/
H A Droute.c1035 [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 Dspectrum_span.c433 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
/openbmc/linux/drivers/net/
H A Dvrf.c1070 rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1); in vrf_rtable_create()

12