Home
last modified time | relevance | path

Searched refs:lastrepeat (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/net/ax25/
Dax25_addr.c142 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()
Dax25_in.c212 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()
Dax25_route.c99 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_add()
130 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_add()
Daf_ax25.c1246 digi->lastrepeat = -1; in ax25_connect()
1252 digi->lastrepeat = ct; in ax25_connect()
1571 dtmp.lastrepeat = 0; in ax25_sendmsg()
/linux-5.19.10/include/net/
Dax25.h185 signed char lastrepeat; member
/linux-5.19.10/net/netrom/
Dnr_route.c626 digi->lastrepeat = -1; in nr_call_to_digi()
/linux-5.19.10/net/rose/
Drose_route.c117 rose_neigh->digipeat->lastrepeat = -1; in rose_add_node()