Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dipmr_base.c274 rtm->rtm_type = RTN_MULTICAST; in mr_fill_mroute()
372 (filter->rt_type && filter->rt_type != RTN_MULTICAST)) in mr_rtm_dumproute()
Dip_input.c391 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish_core()
Dip_output.c205 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
1432 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
Droute.c1741 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc()
2528 type = RTN_MULTICAST; in __mkroute_output()
2539 } else if (type == RTN_MULTICAST) { in __mkroute_output()
2609 if (type == RTN_MULTICAST) { in __mkroute_output()
Dfib_semantics.c120 [RTN_MULTICAST] = {
1516 case RTN_MULTICAST: in fib_create_info()
Draw.c713 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in raw_bind()
Dping.c334 if (chk_addr_ret == RTN_MULTICAST || in ping_check_bind_addr()
Darp.c269 if (neigh->type == RTN_MULTICAST) { in arp_constructor()
Dfib_trie.c2779 [RTN_MULTICAST] = "MULTICAST",
2990 (fa->fa_type == RTN_MULTICAST)) in fib_route_seq_show()
Dipmr.c2333 rtm->rtm_type = RTN_MULTICAST; in ipmr_fill_mroute()
2675 rtm->rtm_type != RTN_MULTICAST || in rtm_to_ipmr_mfcc()
Dfib_frontend.c218 return RTN_MULTICAST; in __inet_dev_addr_type()
Daf_inet.c528 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in __inet_bind()
/Linux-v6.6/net/l2tp/
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()
/Linux-v6.6/net/ipv6/netfilter/
Dnft_fib_ipv6.c107 return RTN_MULTICAST; in __nft_fib6_eval_type()
/Linux-v6.6/include/net/
Dinet_sock.h435 addr_type == RTN_MULTICAST || in inet_addr_valid_or_nonlocal()
/Linux-v6.6/drivers/s390/net/
Dqeth_l3_main.c1575 (cast_type == RTN_MULTICAST) || in qeth_l3_get_cast_type_rcu()
1587 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type_rcu()
1590 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type_rcu()
1614 if (cast_type == RTN_MULTICAST) in qeth_l3_cast_type_to_flag()
Dqeth_core.h949 RTN_MULTICAST; in qeth_get_ether_cast_type()
Dqeth_l2_main.c176 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header()
/Linux-v6.6/include/uapi/linux/
Drtnetlink.h261 RTN_MULTICAST, /* Multicast route */ enumerator
/Linux-v6.6/drivers/net/ethernet/marvell/prestera/
Dprestera_router.c907 case RTN_MULTICAST: in __prestera_pr_k_arb_fc_lpm_info_calc()
/Linux-v6.6/net/ipv6/
Dndisc.c344 neigh->type = is_multicast ? RTN_MULTICAST : RTN_UNICAST; in ndisc_constructor()
Dip6mr.c2363 rtm->rtm_type = RTN_MULTICAST; in ip6mr_fill_mroute()
Daddrconf.c2491 .fc_type = RTN_MULTICAST, in addrconf_add_mroute()
Droute.c1036 [RTN_MULTICAST] = 0,