cast_type        1092 drivers/s390/net/qeth_core.h 			  u8 cast_type, struct net_device *sb_dev);
cast_type        6240 drivers/s390/net/qeth_core_main.c 			  u8 cast_type, struct net_device *sb_dev)
cast_type        6242 drivers/s390/net/qeth_core_main.c 	if (cast_type != RTN_UNICAST)
cast_type         169 drivers/s390/net/qeth_l2_main.c 	int cast_type = qeth_get_ether_cast_type(skb);
cast_type         183 drivers/s390/net/qeth_l2_main.c 	if (cast_type == RTN_MULTICAST)
cast_type         185 drivers/s390/net/qeth_l2_main.c 	else if (cast_type == RTN_BROADCAST)
cast_type        1880 drivers/s390/net/qeth_l3_main.c 		int cast_type = n->type;
cast_type        1883 drivers/s390/net/qeth_l3_main.c 		if ((cast_type == RTN_BROADCAST) ||
cast_type        1884 drivers/s390/net/qeth_l3_main.c 		    (cast_type == RTN_MULTICAST) ||
cast_type        1885 drivers/s390/net/qeth_l3_main.c 		    (cast_type == RTN_ANYCAST))
cast_type        1886 drivers/s390/net/qeth_l3_main.c 			return cast_type;
cast_type        1910 drivers/s390/net/qeth_l3_main.c 	int cast_type;
cast_type        1914 drivers/s390/net/qeth_l3_main.c 	cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv);
cast_type        1917 drivers/s390/net/qeth_l3_main.c 	return cast_type;
cast_type        1920 drivers/s390/net/qeth_l3_main.c static u8 qeth_l3_cast_type_to_flag(int cast_type)
cast_type        1922 drivers/s390/net/qeth_l3_main.c 	if (cast_type == RTN_MULTICAST)
cast_type        1924 drivers/s390/net/qeth_l3_main.c 	if (cast_type == RTN_ANYCAST)
cast_type        1926 drivers/s390/net/qeth_l3_main.c 	if (cast_type == RTN_BROADCAST)
cast_type        1939 drivers/s390/net/qeth_l3_main.c 	int cast_type;
cast_type        1979 drivers/s390/net/qeth_l3_main.c 		cast_type = RTN_UNICAST;
cast_type        1981 drivers/s390/net/qeth_l3_main.c 		cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv);
cast_type        1982 drivers/s390/net/qeth_l3_main.c 	l3_hdr->flags |= qeth_l3_cast_type_to_flag(cast_type);