Home
last modified time | relevance | path

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

/linux/net/ipv4/
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()
606 if (rt->rt_type == RTN_UNICAST) { in ip_options_rcv_srr()
626 if (err || (rt2->rt_type != RTN_UNICAST && rt2->rt_type != RTN_LOCAL)) { in ip_options_rcv_srr()
H A Darp.c692 if (*addr_type != RTN_UNICAST) in arp_is_garp()
864 if (addr_type == RTN_UNICAST && in arp_process()
908 (addr_type == RTN_UNICAST || in arp_process()
912 RTN_UNICAST))))) in arp_process()
/linux/net/phonet/
H A Dpn_netlink.c191 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/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()
/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()
/linux/net/mctp/
H A Dneigh.c228 hdr->ndm_type = RTN_UNICAST; // TODO: is loopback RTN_LOCAL? in mctp_fill_neigh()
H A Droute.c1213 case RTN_UNICAST: in mctp_route_add()
1479 if ((*rtm)->rtm_type != RTN_UNICAST) { in mctp_route_nlparse_common()
1626 if (type != RTN_UNICAST) in mctp_delroute()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dnetlink.c267 req.rt.rtm_type = RTN_UNICAST; in __ip_route_add()
/linux/tools/include/uapi/linux/
H A Drtnetlink.h263 RTN_UNICAST, /* Gateway or direct route */ enumerator
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c336 if (rt->rt_type != RTN_UNICAST) { in mlx5e_ipsec_init_macs()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c432 if (rt->rt_type != RTN_UNICAST) in mlxsw_sp_span_gretap4_route()
/linux/drivers/net/
H A Dvrf.c978 rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1); in vrf_rtable_create()
/linux/tools/testing/selftests/net/
H A Dipsec.c447 req.rt.rtm_type = RTN_UNICAST; in ip4_route_set()
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c755 return (inet_addr_type(net, addr->ip) == RTN_UNICAST); in ip_vs_addr_is_unicast()