Searched refs:nr_route (Results 1 – 3 of 3) sorted by relevance
636 struct nr_route_struct nr_route; in nr_rt_ioctl() local643 if (copy_from_user(&nr_route, arg, sizeof(struct nr_route_struct))) in nr_rt_ioctl()645 if (nr_route.ndigis > AX25_MAX_DIGIS) in nr_rt_ioctl()647 if ((dev = nr_ax25_dev_get(nr_route.device)) == NULL) in nr_rt_ioctl()649 switch (nr_route.type) { in nr_rt_ioctl()651 if (strnlen(nr_route.mnemonic, 7) == 7) { in nr_rt_ioctl()656 ret = nr_add_node(&nr_route.callsign, in nr_rt_ioctl()657 nr_route.mnemonic, in nr_rt_ioctl()658 &nr_route.neighbour, in nr_rt_ioctl()659 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
103 struct nr_route { struct115 struct nr_route routes[3]; argument