RTCF_MULTICAST     72 net/dccp/ipv4.c 	if (rt->rt_flags & (RTCF_MULTICAST | RTCF_BROADCAST)) {
RTCF_MULTICAST    569 net/dccp/ipv4.c 	if (skb->rtable->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST))
RTCF_MULTICAST    449 net/ipv4/icmp.c 	if (rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST))
RTCF_MULTICAST   1030 net/ipv4/icmp.c 	if (rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST)) {
RTCF_MULTICAST    256 net/ipv4/ip_output.c 	if (rt->rt_flags&RTCF_MULTICAST) {
RTCF_MULTICAST    624 net/ipv4/route.c 	return (rth->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST)) &&
RTCF_MULTICAST    671 net/ipv4/route.c 	    !(rt->rt_flags & (RTCF_BROADCAST|RTCF_MULTICAST|RTCF_LOCAL)))
RTCF_MULTICAST   1746 net/ipv4/route.c 	rth->rt_flags	= RTCF_MULTICAST;
RTCF_MULTICAST   2224 net/ipv4/route.c 		flags |= RTCF_MULTICAST|RTCF_LOCAL;
RTCF_MULTICAST   2277 net/ipv4/route.c 	if (flags & (RTCF_BROADCAST | RTCF_MULTICAST)) {
RTCF_MULTICAST    181 net/ipv4/tcp_ipv4.c 	if (rt->rt_flags & (RTCF_MULTICAST | RTCF_BROADCAST)) {
RTCF_MULTICAST   1192 net/ipv4/tcp_ipv4.c 	if (skb->rtable->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST))
RTCF_MULTICAST   1182 net/ipv4/udp.c 	if (rt->rt_flags & (RTCF_BROADCAST|RTCF_MULTICAST))
RTCF_MULTICAST    112 net/ipv4/xfrm4_policy.c 	xdst->u.rt.rt_flags = rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST |