Searched refs:QETH_PROT_IPV6 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/s390/net/ |
| H A D | qeth_l3_sys.c | 25 (proto == QETH_PROT_IPV6 && !in6_pton(buf, -1, addr, -1, &end))) in qeth_l3_string_to_ipaddr() 94 else if (prot == QETH_PROT_IPV6) in qeth_l3_dev_route_store() 130 QETH_PROT_IPV6, buf, count); in qeth_l3_dev_route6_store() 528 return qeth_l3_dev_ipato_add_show(buf, card, QETH_PROT_IPV6); in qeth_l3_dev_ipato_add6_show() 536 return qeth_l3_dev_ipato_add_store(buf, count, card, QETH_PROT_IPV6); in qeth_l3_dev_ipato_add6_store() 548 return qeth_l3_dev_ipato_del_store(buf, count, card, QETH_PROT_IPV6); in qeth_l3_dev_ipato_del6_store() 638 return qeth_l3_dev_ip_add_show(dev, buf, QETH_PROT_IPV6, in qeth_l3_dev_vipa_add6_show() 645 return qeth_l3_vipa_store(dev, buf, true, count, QETH_PROT_IPV6); in qeth_l3_dev_vipa_add6_store() 655 return qeth_l3_vipa_store(dev, buf, false, count, QETH_PROT_IPV6); in qeth_l3_dev_vipa_del6_store() 697 } else if (proto == QETH_PROT_IPV6) { in qeth_l3_parse_rxipe() [all …]
|
| H A D | qeth_l3.h | 62 if (a1->proto == QETH_PROT_IPV6) in qeth_l3_addr_match_ip() 82 if (a1->proto == QETH_PROT_IPV6) in qeth_l3_addr_match_all() 89 if (addr->proto == QETH_PROT_IPV6) in qeth_l3_ipaddr_hash()
|
| H A D | qeth_core.h | 586 QETH_PROT_IPV6 = 0x0006, enumerator 1026 data, QETH_PROT_IPV6); in qeth_send_simple_setassparms_v6()
|