Searched refs:lastrepeat (Results 1 – 6 of 6) sorted by relevance
142 if (digi1->lastrepeat != digi2->lastrepeat) in ax25digicmp() 185 digi->lastrepeat = -1; in ax25_addr_parse() 199 digi->lastrepeat = d; in ax25_addr_parse() 289 out->lastrepeat = in->ndigi - in->lastrepeat - 2; in ax25_digi_invert() 295 if (ct <= out->lastrepeat) { in ax25_digi_invert()
212 if (dp.lastrepeat + 1 < dp.ndigi) /* Not yet digipeated completely */ in ax25_rcv() 213 next_digi = &dp.calls[dp.lastrepeat + 1]; in ax25_rcv() 221 if (ax25cmp(&dest, dev_addr) == 0 && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv() 225 if (!mine && ax25_listen_mine(&dest, dev) && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv() 229 if ((*skb->data & ~0x10) == AX25_UI && dp.lastrepeat + 1 == dp.ndigi) { in ax25_rcv() 335 if (dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
99 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_add() 130 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_add()
1258 digi->lastrepeat = -1; in ax25_connect() 1264 digi->lastrepeat = ct; in ax25_connect() 1579 dtmp.lastrepeat = 0; in ax25_sendmsg()
621 digi->lastrepeat = -1; in nr_call_to_digi()
117 rose_neigh->digipeat->lastrepeat = -1; in rose_add_node()