/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipmr_base.c | 266 rtm->rtm_type = RTN_MULTICAST; in mr_fill_mroute() 359 * than RTN_MULTICAST in mr_rtm_dumproute() 363 (filter->rt_type && filter->rt_type != RTN_MULTICAST)) in mr_rtm_dumproute()
|
H A D | ip_input.c | 397 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish_core()
|
H A D | raw.c | 740 chk_addr_ret != RTN_MULTICAST && chk_addr_ret != RTN_BROADCAST) in raw_bind() 743 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in raw_bind()
|
H A D | route.c | 1779 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc() 2449 type = RTN_MULTICAST; in __mkroute_output() 2460 } else if (type == RTN_MULTICAST) { in __mkroute_output() 2531 if (type == RTN_MULTICAST) { in __mkroute_output()
|
H A D | af_inet.c | 502 chk_addr_ret != RTN_MULTICAST && in __inet_bind() 528 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in __inet_bind()
|
H A D | fib_semantics.c | 118 [RTN_MULTICAST] = { 1536 case RTN_MULTICAST: in fib_create_info()
|
H A D | ip_output.c | 203 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2() 1537 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
|
/kernel/linux/linux-6.6/net/l2tp/ |
H A D | l2tp_ip.c | 273 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()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipmr_base.c | 274 rtm->rtm_type = RTN_MULTICAST; in mr_fill_mroute() 368 * than RTN_MULTICAST in mr_rtm_dumproute() 372 (filter->rt_type && filter->rt_type != RTN_MULTICAST)) in mr_rtm_dumproute()
|
H A D | ip_input.c | 391 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish_core()
|
H A D | route.c | 1741 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()
|
H A D | fib_semantics.c | 120 [RTN_MULTICAST] = { 1516 case RTN_MULTICAST: in fib_create_info()
|
H A D | ip_output.c | 205 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2() 1432 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
|
/kernel/linux/linux-5.10/net/l2tp/ |
H A D | l2tp_ip.c | 271 chk_addr_ret != RTN_MULTICAST && chk_addr_ret != RTN_BROADCAST) in l2tp_ip_bind() 278 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in l2tp_ip_bind()
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
H A D | nft_fib_ipv6.c | 103 return RTN_MULTICAST; in __nft_fib6_eval_type()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_sock.h | 430 addr_type == RTN_MULTICAST || in inet_addr_valid_or_nonlocal()
|
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | nft_fib_ipv6.c | 107 return RTN_MULTICAST; in __nft_fib6_eval_type()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l3_main.c | 1597 (cast_type == RTN_MULTICAST) || in qeth_l3_get_cast_type_rcu() 1609 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1612 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type_rcu() 1635 if (cast_type == RTN_MULTICAST) in qeth_l3_cast_type_to_flag()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l3_main.c | 1578 (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 D | qeth_core.h | 949 RTN_MULTICAST; in qeth_get_ether_cast_type()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | rtnetlink.h | 245 RTN_MULTICAST, /* Multicast route */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | rtnetlink.h | 261 RTN_MULTICAST, /* Multicast route */ enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 195 RTN_MULTICAST, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 167 RTN_MULTICAST, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | rtnetlink.h | 195 RTN_MULTICAST, enumerator
|