Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/net/
Dqeth_l3_sys.c63 return qeth_l3_dev_route_show(card, &card->options.route4, buf); in qeth_l3_dev_route4_show()
109 return qeth_l3_dev_route_store(card, &card->options.route4, in qeth_l3_dev_route4_store()
113 static DEVICE_ATTR(route4, 0644, qeth_l3_dev_route4_show,
Dqeth_l3_main.c453 rc = qeth_l3_correct_routing_type(card, &card->options.route4.type, in qeth_l3_setrouting_v4()
458 rc = qeth_l3_send_setrouting(card, card->options.route4.type, in qeth_l3_setrouting_v4()
461 card->options.route4.type = NO_ROUTER; in qeth_l3_setrouting_v4()
Dqeth_core.h746 struct qeth_routing_info route4; member
Dqeth_core_main.c1510 card->options.route4.type = NO_ROUTER; in qeth_set_initial_options()