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

/linux-master/drivers/s390/net/
H A Dqeth_l3_main.c1574 int cast_type = n->type; local
1577 if ((cast_type == RTN_BROADCAST) ||
1578 (cast_type == RTN_MULTICAST) ||
1579 (cast_type == RTN_ANYCAST))
1580 return cast_type;
1605 int cast_type; local
1609 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, proto);
1612 return cast_type;
1615 static u8 qeth_l3_cast_type_to_flag(int cast_type) argument
1617 if (cast_type
1634 int cast_type; local
[all...]
H A Dqeth_l2_main.c162 int cast_type = qeth_get_ether_cast_type(skb); local
176 if (cast_type == RTN_MULTICAST)
178 else if (cast_type == RTN_BROADCAST)
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)
7020 if (cast_type != RTN_UNICAST)
7015 qeth_iqd_select_queue(struct net_device *dev, struct sk_buff *skb, u8 cast_type, struct net_device *sb_dev) argument

Completed in 162 milliseconds