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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_l3_main.c987 static inline u8 qeth_l3_get_qeth_hdr_flags4(int cast_type) argument
989 if (cast_type == RTN_MULTICAST)
991 if (cast_type == RTN_BROADCAST)
996 static inline u8 qeth_l3_get_qeth_hdr_flags6(int cast_type) argument
999 if (cast_type == RTN_MULTICAST)
1001 if (cast_type == RTN_ANYCAST)
1003 if (cast_type == RTN_BROADCAST)
2744 int cast_type = RTN_UNSPEC; local
2747 cast_type = skb_dst(skb)->neighbour->type;
2748 if ((cast_type
2787 qeth_l3_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb, int ipv, int cast_type) argument
2922 int cast_type = qeth_l3_get_cast_type(card, skb); local
[all...]
H A Dqeth_l2_main.c235 struct sk_buff *skb, int ipv, int cast_type)
243 if (cast_type == RTN_MULTICAST)
245 else if (cast_type == RTN_BROADCAST)
654 int cast_type = qeth_l2_get_cast_type(card, skb); local
656 [qeth_get_priority_queue(card, skb, ipv, cast_type)];
690 qeth_l2_fill_header(card, hdr, new_skb, ipv, cast_type);
703 qeth_l2_fill_header(card, hdr, new_skb, ipv, cast_type);
234 qeth_l2_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb, int ipv, int cast_type) argument
H A Dqeth_core_main.c2954 int ipv, int cast_type)
2961 if (cast_type && card->info.is_multicast_different)
2953 qeth_get_priority_queue(struct qeth_card *card, struct sk_buff *skb, int ipv, int cast_type) argument

Completed in 61 milliseconds