lastrepeat        185 include/net/ax25.h 	signed char		lastrepeat;
lastrepeat       1201 net/ax25/af_ax25.c 		digi->lastrepeat = -1;
lastrepeat       1207 net/ax25/af_ax25.c 				digi->lastrepeat   = ct;
lastrepeat       1523 net/ax25/af_ax25.c 			dtmp.lastrepeat = 0;
lastrepeat        142 net/ax25/ax25_addr.c 	if (digi1->lastrepeat != digi2->lastrepeat)
lastrepeat        185 net/ax25/ax25_addr.c 	digi->lastrepeat = -1;
lastrepeat        199 net/ax25/ax25_addr.c 			digi->lastrepeat  = d;
lastrepeat        289 net/ax25/ax25_addr.c 	out->lastrepeat = in->ndigi - in->lastrepeat - 2;
lastrepeat        295 net/ax25/ax25_addr.c 		if (ct <= out->lastrepeat) {
lastrepeat        212 net/ax25/ax25_in.c 	if (dp.lastrepeat + 1 < dp.ndigi)		/* Not yet digipeated completely */
lastrepeat        213 net/ax25/ax25_in.c 		next_digi = &dp.calls[dp.lastrepeat + 1];
lastrepeat        221 net/ax25/ax25_in.c 	if (ax25cmp(&dest, dev_addr) == 0 && dp.lastrepeat + 1 == dp.ndigi)
lastrepeat        225 net/ax25/ax25_in.c 	if (!mine && ax25_listen_mine(&dest, dev) && dp.lastrepeat + 1 == dp.ndigi)
lastrepeat        229 net/ax25/ax25_in.c 	if ((*skb->data & ~0x10) == AX25_UI && dp.lastrepeat + 1 == dp.ndigi) {
lastrepeat        335 net/ax25/ax25_in.c 	if (dp.lastrepeat + 1 == dp.ndigi)
lastrepeat         96 net/ax25/ax25_route.c 				ax25_rt->digipeat->lastrepeat = -1;
lastrepeat        125 net/ax25/ax25_route.c 		ax25_rt->digipeat->lastrepeat = -1;
lastrepeat        623 net/netrom/nr_route.c 	digi->lastrepeat = -1;
lastrepeat        117 net/rose/rose_route.c 			rose_neigh->digipeat->lastrepeat = -1;