Home
last modified time | relevance | path

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

/linux-4.4.14/net/l2tp/
Dl2tp_ip.c276 chk_addr_ret != RTN_MULTICAST && chk_addr_ret != RTN_BROADCAST) in l2tp_ip_bind()
281 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in l2tp_ip_bind()
/linux-4.4.14/net/ipv4/
Dip_input.c360 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish()
Draw.c707 chk_addr_ret != RTN_MULTICAST && chk_addr_ret != RTN_BROADCAST) in raw_bind()
710 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in raw_bind()
Droute.c1506 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc()
2024 type = RTN_MULTICAST; in __mkroute_output()
2035 } else if (type == RTN_MULTICAST) { in __mkroute_output()
2119 if (type == RTN_MULTICAST) { in __mkroute_output()
Dfib_semantics.c113 [RTN_MULTICAST] = {
1125 case RTN_MULTICAST: in fib_create_info()
Daf_inet.c467 chk_addr_ret != RTN_MULTICAST && in inet_bind()
492 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in inet_bind()
Dip_output.c184 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
1402 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
Dfib_trie.c2364 [RTN_MULTICAST] = "MULTICAST",
2591 (fa->fa_type == RTN_MULTICAST)) in fib_route_seq_show()
Darp.c265 if (neigh->type == RTN_MULTICAST) { in arp_constructor()
Dping.c328 chk_addr_ret == RTN_MULTICAST || in ping_check_bind_addr()
Dfib_frontend.c226 return RTN_MULTICAST; in __inet_dev_addr_type()
Dipmr.c2187 rtm->rtm_type = RTN_MULTICAST; in __ipmr_fill_mroute()
2280 rtm->rtm_type = RTN_MULTICAST; in ipmr_fill_mroute()
/linux-4.4.14/drivers/s390/net/
Dqeth_l3_main.c969 if (cast_type == RTN_MULTICAST) in qeth_l3_get_qeth_hdr_flags4()
979 if (cast_type == RTN_MULTICAST) in qeth_l3_get_qeth_hdr_flags6()
2637 (cast_type == RTN_MULTICAST) || in qeth_l3_get_cast_type()
2648 RTN_MULTICAST : 0; in qeth_l3_get_cast_type()
2651 RTN_MULTICAST : 0; in qeth_l3_get_cast_type()
2665 return RTN_MULTICAST; in qeth_l3_get_cast_type()
2671 return RTN_MULTICAST; in qeth_l3_get_cast_type()
2756 hdr->hdr.l3.flags = (cast_type == RTN_MULTICAST) ? in qeth_l3_fill_header()
Dqeth_l2_main.c248 return RTN_MULTICAST; in qeth_l2_get_cast_type()
278 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header()
/linux-4.4.14/include/uapi/linux/
Drtnetlink.h206 RTN_MULTICAST, /* Multicast route */ enumerator
/linux-4.4.14/net/decnet/
Ddn_fib.c73 [RTN_MULTICAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
/linux-4.4.14/net/ipv6/
Daf_inet6.c313 chk_addr_ret != RTN_MULTICAST && in inet6_bind()
Dip6mr.c2274 rtm->rtm_type = RTN_MULTICAST; in __ip6mr_fill_mroute()
2375 rtm->rtm_type = RTN_MULTICAST; in ip6mr_fill_mroute()
Dndisc.c324 neigh->type = is_multicast ? RTN_MULTICAST : RTN_UNICAST; in ndisc_constructor()