Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/net/
Dqeth_l3_sys.c116 return qeth_l3_dev_route_show(card, &card->options.route6, buf); in qeth_l3_dev_route6_show()
127 return qeth_l3_dev_route_store(card, &card->options.route6, in qeth_l3_dev_route6_store()
131 static DEVICE_ATTR(route6, 0644, qeth_l3_dev_route6_show,
Dqeth_core.h687 struct qeth_routing_info route6; member
Dqeth_l3_main.c693 rc = qeth_l3_correct_routing_type(card, &card->options.route6.type, in qeth_l3_setrouting_v6()
698 rc = qeth_l3_send_setrouting(card, card->options.route6.type, in qeth_l3_setrouting_v6()
701 card->options.route6.type = NO_ROUTER; in qeth_l3_setrouting_v6()
Dqeth_core_main.c1397 card->options.route6.type = NO_ROUTER; in qeth_set_intial_options()