Home
last modified time | relevance | path

Searched refs:RTN_MULTICAST (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dipmr_base.c274 rtm->rtm_type = RTN_MULTICAST; in mr_fill_mroute()
370 (filter->rt_type && filter->rt_type != RTN_MULTICAST)) in mr_rtm_dumproute()
H A Dip_input.c391 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish_core()
H A Dip_output.c207 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
1437 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
H A Droute.c1759 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc()
2549 type = RTN_MULTICAST; in __mkroute_output()
2560 } else if (type == RTN_MULTICAST) { in __mkroute_output()
2630 if (type == RTN_MULTICAST) { in __mkroute_output()
H A Dfib_semantics.c120 [RTN_MULTICAST] = {
1515 case RTN_MULTICAST: in fib_create_info()
H A Draw.c717 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in raw_bind()
H A Dping.c334 if (chk_addr_ret == RTN_MULTICAST || in ping_check_bind_addr()
H A Darp.c269 if (neigh->type == RTN_MULTICAST) { in arp_constructor()
H A Dfib_trie.c2780 [RTN_MULTICAST] = "MULTICAST",
2991 (fa->fa_type == RTN_MULTICAST)) in fib_route_seq_show()
H A Dipmr.c2348 rtm->rtm_type = RTN_MULTICAST; in ipmr_fill_mroute()
2690 rtm->rtm_type != RTN_MULTICAST || in rtm_to_ipmr_mfcc()
H A Dfib_frontend.c218 return RTN_MULTICAST; in __inet_dev_addr_type()
H A Daf_inet.c529 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in __inet_bind()
/openbmc/linux/net/l2tp/
H A Dl2tp_ip.c273 chk_addr_ret != RTN_MULTICAST && chk_addr_ret != RTN_BROADCAST) in l2tp_ip_bind()
280 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in l2tp_ip_bind()
/openbmc/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c107 return RTN_MULTICAST; in __nft_fib6_eval_type()
/openbmc/linux/include/net/
H A Dinet_sock.h430 addr_type == RTN_MULTICAST || in inet_addr_valid_or_nonlocal()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_main.c1578 (cast_type == RTN_MULTICAST) || 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()
1617 if (cast_type == RTN_MULTICAST) in qeth_l3_cast_type_to_flag()
H A Dqeth_core.h949 RTN_MULTICAST; in qeth_get_ether_cast_type()
H A Dqeth_l2_main.c176 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h261 RTN_MULTICAST, /* Multicast route */ enumerator
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router.c907 case RTN_MULTICAST: in __prestera_pr_k_arb_fc_lpm_info_calc()
/openbmc/linux/net/ipv6/
H A Dndisc.c346 neigh->type = is_multicast ? RTN_MULTICAST : RTN_UNICAST; in ndisc_constructor()
H A Dip6mr.c2379 rtm->rtm_type = RTN_MULTICAST; in ip6mr_fill_mroute()
H A Daddrconf.c2508 .fc_type = RTN_MULTICAST, in addrconf_add_mroute()
H A Droute.c1042 [RTN_MULTICAST] = 0,