Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/net/
Dqeth_l3_sys.c121 return qeth_l3_dev_route_show(card, &card->options.route6, buf); in qeth_l3_dev_route6_show()
129 return qeth_l3_dev_route_store(card, &card->options.route6, in qeth_l3_dev_route6_store()
133 static DEVICE_ATTR(route6, 0644, qeth_l3_dev_route6_show,
Dqeth_l3_main.c476 rc = qeth_l3_correct_routing_type(card, &card->options.route6.type, in qeth_l3_setrouting_v6()
481 rc = qeth_l3_send_setrouting(card, card->options.route6.type, in qeth_l3_setrouting_v6()
484 card->options.route6.type = NO_ROUTER; in qeth_l3_setrouting_v6()
Dqeth_core.h747 struct qeth_routing_info route6; member
Dqeth_core_main.c1467 card->options.route6.type = NO_ROUTER; in qeth_set_initial_options()