Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/net/
Dqeth_l3_main.c1879 int cast_type = n->type; in qeth_l3_get_cast_type_rcu() local
1882 if ((cast_type == RTN_BROADCAST) || in qeth_l3_get_cast_type_rcu()
1883 (cast_type == RTN_MULTICAST) || in qeth_l3_get_cast_type_rcu()
1884 (cast_type == RTN_ANYCAST)) in qeth_l3_get_cast_type_rcu()
1885 return cast_type; in qeth_l3_get_cast_type_rcu()
1909 int cast_type; in qeth_l3_get_cast_type() local
1913 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv); in qeth_l3_get_cast_type()
1916 return cast_type; in qeth_l3_get_cast_type()
1919 static u8 qeth_l3_cast_type_to_flag(int cast_type) in qeth_l3_cast_type_to_flag() argument
1921 if (cast_type == RTN_MULTICAST) in qeth_l3_cast_type_to_flag()
[all …]
Dqeth_l2_main.c169 int cast_type = qeth_get_ether_cast_type(skb); in qeth_l2_fill_header() local
183 if (cast_type == RTN_MULTICAST) in qeth_l2_fill_header()
185 else if (cast_type == RTN_BROADCAST) in qeth_l2_fill_header()
Dqeth_core.h1089 u8 cast_type, struct net_device *sb_dev);
Dqeth_core_main.c6217 u8 cast_type, struct net_device *sb_dev) in qeth_iqd_select_queue() argument
6219 if (cast_type != RTN_UNICAST) in qeth_iqd_select_queue()