Home
last modified time | relevance | path

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

/Linux-v4.19/net/l2tp/
Dl2tp_ip.c271 chk_addr_ret != RTN_MULTICAST && chk_addr_ret != RTN_BROADCAST) in l2tp_ip_bind()
276 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in l2tp_ip_bind()
/Linux-v4.19/net/ipv6/netfilter/
Dnft_fib_ipv6.c109 return RTN_MULTICAST; in __nft_fib6_eval_type()
/Linux-v4.19/net/ipv4/
Dip_input.c362 if (rt->rt_type == RTN_MULTICAST) { in ip_rcv_finish_core()
Dipmr_base.c266 rtm->rtm_type = RTN_MULTICAST; in mr_fill_mroute()
Draw.c740 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()
Droute.c1650 rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST, in ip_route_input_mc()
2211 type = RTN_MULTICAST; in __mkroute_output()
2222 } else if (type == RTN_MULTICAST) { in __mkroute_output()
2294 if (type == RTN_MULTICAST) { in __mkroute_output()
Dip_output.c193 if (rt->rt_type == RTN_MULTICAST) { in ip_finish_output2()
1398 else if (rt->rt_type == RTN_MULTICAST) in __ip_make_skb()
Dfib_semantics.c114 [RTN_MULTICAST] = {
1189 case RTN_MULTICAST: in fib_create_info()
Daf_inet.c492 chk_addr_ret != RTN_MULTICAST && in __inet_bind()
518 if (chk_addr_ret == RTN_MULTICAST || chk_addr_ret == RTN_BROADCAST) in __inet_bind()
Dfib_trie.c2461 [RTN_MULTICAST] = "MULTICAST",
2667 (fa->fa_type == RTN_MULTICAST)) in fib_route_seq_show()
Darp.c270 if (neigh->type == RTN_MULTICAST) { in arp_constructor()
Dping.c325 chk_addr_ret == RTN_MULTICAST || in ping_check_bind_addr()
Dfib_frontend.c229 return RTN_MULTICAST; in __inet_dev_addr_type()
Dipmr.c2325 rtm->rtm_type = RTN_MULTICAST; in ipmr_fill_mroute()
2588 rtm->rtm_type != RTN_MULTICAST || in rtm_to_ipmr_mfcc()
/Linux-v4.19/drivers/s390/net/
Dqeth_l3_main.c1978 (cast_type == RTN_MULTICAST) || in qeth_l3_get_cast_type()
1988 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type()
1991 RTN_MULTICAST : RTN_UNICAST; in qeth_l3_get_cast_type()
1997 return RTN_MULTICAST; in qeth_l3_get_cast_type()
2024 if (cast_type == RTN_MULTICAST) in qeth_l3_cast_type_to_flag()
2066 hdr->hdr.l3.flags |= (cast_type == RTN_MULTICAST) ? in qeth_l3_fill_header()
Dqeth_l2_main.c192 return RTN_MULTICAST; in qeth_l2_get_cast_type()
206 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header()
/Linux-v4.19/include/uapi/linux/
Drtnetlink.h224 RTN_MULTICAST, /* Multicast route */ enumerator
/Linux-v4.19/net/decnet/
Ddn_fib.c75 [RTN_MULTICAST] = { .error = -EINVAL, .scope = RT_SCOPE_NOWHERE },
/Linux-v4.19/net/ipv6/
Daf_inet6.c328 chk_addr_ret != RTN_MULTICAST && in __inet6_bind()
Dndisc.c339 neigh->type = is_multicast ? RTN_MULTICAST : RTN_UNICAST; in ndisc_constructor()
Dip6mr.c2291 rtm->rtm_type = RTN_MULTICAST; in ip6mr_fill_mroute()
Droute.c900 [RTN_MULTICAST] = 0,