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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_tso.h86 int ipv, int cast_type)
98 qeth_fill_header(card, &hdr->hdr, skb, ipv, cast_type);
85 qeth_tso_prepare_packet(struct qeth_card *card, struct sk_buff *skb, int ipv, int cast_type) argument
H A Dqeth_main.c3845 int cast_type = RTN_UNSPEC; local
3848 return cast_type;
3851 cast_type = skb->dst->neighbour->type;
3852 if ((cast_type == RTN_BROADCAST) ||
3853 (cast_type == RTN_MULTICAST) ||
3854 (cast_type == RTN_ANYCAST))
3855 return cast_type;
3888 return cast_type;
3893 int ipv, int cast_type)
3899 if (cast_type
3892 qeth_get_priority_queue(struct qeth_card *card, struct sk_buff *skb, int ipv, int cast_type) argument
4005 qeth_get_qeth_hdr_flags4(int cast_type) argument
4015 qeth_get_qeth_hdr_flags6(int cast_type) argument
4065 qeth_layer2_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb, int cast_type) argument
4093 qeth_fill_header(struct qeth_card *card, struct qeth_hdr *hdr, struct sk_buff *skb, int ipv, int cast_type) argument
4442 int cast_type; local
[all...]

Completed in 105 milliseconds