Searched refs:cast_type (Results 1 – 4 of 4) sorted by relevance
1570 int cast_type = n->type; in qeth_l3_get_cast_type_rcu() local1573 if ((cast_type == RTN_BROADCAST) || in qeth_l3_get_cast_type_rcu()1574 (cast_type == RTN_MULTICAST) || in qeth_l3_get_cast_type_rcu()1575 (cast_type == RTN_ANYCAST)) in qeth_l3_get_cast_type_rcu()1576 return cast_type; in qeth_l3_get_cast_type_rcu()1601 int cast_type; in qeth_l3_get_cast_type() local1605 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, proto); in qeth_l3_get_cast_type()1608 return cast_type; in qeth_l3_get_cast_type()1611 static u8 qeth_l3_cast_type_to_flag(int cast_type) in qeth_l3_cast_type_to_flag() argument1613 if (cast_type == RTN_MULTICAST) in qeth_l3_cast_type_to_flag()[all …]
162 int cast_type = qeth_get_ether_cast_type(skb); in qeth_l2_fill_header() local176 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header()178 else if (cast_type == RTN_BROADCAST) in qeth_l2_fill_header()
1097 u8 cast_type, struct net_device *sb_dev);
6989 u8 cast_type, struct net_device *sb_dev) in qeth_iqd_select_queue() argument6993 if (cast_type != RTN_UNICAST) in qeth_iqd_select_queue()