Home
last modified time | relevance | path

Searched refs:tmpipa (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/s390/net/
Dqeth_l3_sys.c370 struct qeth_ipaddr *tmpipa, *t; in qeth_l3_dev_ipato_enable_store() local
387 list_for_each_entry_safe(tmpipa, t, card->ip_tbd_list, entry) { in qeth_l3_dev_ipato_enable_store()
388 if ((tmpipa->type == QETH_IP_TYPE_NORMAL) && in qeth_l3_dev_ipato_enable_store()
389 qeth_l3_is_addr_covered_by_ipato(card, tmpipa)) in qeth_l3_dev_ipato_enable_store()
390 tmpipa->set_flags |= in qeth_l3_dev_ipato_enable_store()
396 list_for_each_entry_safe(tmpipa, t, card->ip_tbd_list, entry) { in qeth_l3_dev_ipato_enable_store()
397 if (tmpipa->set_flags & in qeth_l3_dev_ipato_enable_store()
399 tmpipa->set_flags &= in qeth_l3_dev_ipato_enable_store()