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