Searched refs:ipv (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l3_main.c | 2812 struct sk_buff *skb, int ipv, int cast_type) in qeth_l3_fill_header() argument 2825 if ((ipv == 4) || (card->info.type == QETH_CARD_TYPE_IQD)) in qeth_l3_fill_header() 2836 if (ipv == 4) { in qeth_l3_fill_header() 2847 } else if (ipv == 6) { in qeth_l3_fill_header() 2948 int ipv = qeth_get_ip_version(skb); in qeth_l3_hard_start_xmit() local 2953 qeth_get_priority_queue(card, skb, ipv, cast_type) : in qeth_l3_hard_start_xmit() 2961 (((card->options.cq != QETH_CQ_ENABLED) && !ipv) || in qeth_l3_hard_start_xmit() 3006 if (ipv == 4) { in qeth_l3_hard_start_xmit() 3010 if (ipv != 4 && skb_vlan_tag_present(new_skb)) { in qeth_l3_hard_start_xmit() 3041 qeth_l3_fill_header(card, hdr, new_skb, ipv, cast_type); in qeth_l3_hard_start_xmit() [all …]
|
D | qeth_core_main.c | 3814 int ipv, int cast_type) in qeth_get_priority_queue() argument 3826 switch (ipv) { in qeth_get_priority_queue()
|