Searched refs:nr_route (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/netrom/
H A DMakefile9 nr_out.o nr_route.o nr_subr.o nr_timer.o
H A Dnr_route.c631 struct nr_route_struct nr_route; local
638 if (copy_from_user(&nr_route, arg, sizeof(struct nr_route_struct)))
640 if (nr_route.ndigis > AX25_MAX_DIGIS)
642 if ((dev = nr_ax25_dev_get(nr_route.device)) == NULL)
644 switch (nr_route.type) {
646 if (strnlen(nr_route.mnemonic, 7) == 7) {
651 ret = nr_add_node(&nr_route.callsign,
652 nr_route.mnemonic,
653 &nr_route.neighbour,
654 nr_call_to_digi(&digi, nr_route
[all...]
/linux-master/include/net/
H A Dnetrom.h103 struct nr_route { struct
115 struct nr_route routes[3];
214 /* nr_route.c */

Completed in 341 milliseconds