Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/net/
Dqeth_l3_sys.c130 return qeth_l3_dev_route_show(card, &card->options.route6, buf); in qeth_l3_dev_route6_show()
141 return qeth_l3_dev_route_store(card, &card->options.route6, in qeth_l3_dev_route6_store()
145 static DEVICE_ATTR(route6, 0644, qeth_l3_dev_route6_show,
Dqeth_core.h683 struct qeth_routing_info route6; member
Dqeth_l3_main.c510 rc = qeth_l3_correct_routing_type(card, &card->options.route6.type, in qeth_l3_setrouting_v6()
515 rc = qeth_l3_send_setrouting(card, card->options.route6.type, in qeth_l3_setrouting_v6()
518 card->options.route6.type = NO_ROUTER; in qeth_l3_setrouting_v6()
Dqeth_core_main.c1427 card->options.route6.type = NO_ROUTER; in qeth_set_initial_options()