Searched refs:nr_route (Results 1 – 3 of 3) sorted by relevance
633 struct nr_route_struct nr_route; in nr_rt_ioctl() local640 if (copy_from_user(&nr_route, arg, sizeof(struct nr_route_struct))) in nr_rt_ioctl()642 if (nr_route.ndigis > AX25_MAX_DIGIS) in nr_rt_ioctl()644 if ((dev = nr_ax25_dev_get(nr_route.device)) == NULL) in nr_rt_ioctl()646 switch (nr_route.type) { in nr_rt_ioctl()648 if (strnlen(nr_route.mnemonic, 7) == 7) { in nr_rt_ioctl()653 ret = nr_add_node(&nr_route.callsign, in nr_rt_ioctl()654 nr_route.mnemonic, in nr_rt_ioctl()655 &nr_route.neighbour, in nr_rt_ioctl()656 nr_call_to_digi(&digi, nr_route.ndigis, in nr_rt_ioctl()[all …]
9 nr_out.o nr_route.o nr_subr.o nr_timer.o
102 struct nr_route { struct114 struct nr_route routes[3]; argument