Home
last modified time | relevance | path

Searched refs:cast_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_main.c1574 int cast_type = n->type; in qeth_l3_get_cast_type_rcu() local
1577 if ((cast_type == RTN_BROADCAST) || in qeth_l3_get_cast_type_rcu()
1579 (cast_type == RTN_ANYCAST)) in qeth_l3_get_cast_type_rcu()
1580 return cast_type; in qeth_l3_get_cast_type_rcu()
1605 int cast_type; in qeth_l3_get_cast_type() local
1612 return cast_type; in qeth_l3_get_cast_type()
1617 if (cast_type == RTN_MULTICAST) in qeth_l3_cast_type_to_flag()
1619 if (cast_type == RTN_ANYCAST) in qeth_l3_cast_type_to_flag()
1621 if (cast_type == RTN_BROADCAST) in qeth_l3_cast_type_to_flag()
1634 int cast_type; in qeth_l3_fill_header() local
[all …]
H A Dqeth_l2_main.c162 int cast_type = qeth_get_ether_cast_type(skb); in qeth_l2_fill_header() local
176 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header()
178 else if (cast_type == RTN_BROADCAST) in qeth_l2_fill_header()
H A Dqeth_core.h1096 u8 cast_type, struct net_device *sb_dev);
H A Dqeth_core_main.c7016 u8 cast_type, struct net_device *sb_dev) in qeth_iqd_select_queue() argument
7020 if (cast_type != RTN_UNICAST) in qeth_iqd_select_queue()