Home
last modified time | relevance | path

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

/linux-4.4.14/net/ax25/
Dax25_addr.c145 if (digi1->lastrepeat != digi2->lastrepeat) in ax25digicmp()
188 digi->lastrepeat = -1; in ax25_addr_parse()
202 digi->lastrepeat = d; in ax25_addr_parse()
292 out->lastrepeat = in->ndigi - in->lastrepeat - 2; in ax25_digi_invert()
298 if (ct <= out->lastrepeat) { in ax25_digi_invert()
Dax25_in.c215 if (dp.lastrepeat + 1 < dp.ndigi) /* Not yet digipeated completely */ in ax25_rcv()
216 next_digi = &dp.calls[dp.lastrepeat + 1]; in ax25_rcv()
224 if (ax25cmp(&dest, dev_addr) == 0 && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
228 if (!mine && ax25_listen_mine(&dest, dev) && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
232 if ((*skb->data & ~0x10) == AX25_UI && dp.lastrepeat + 1 == dp.ndigi) { in ax25_rcv()
338 if (dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
Dax25_route.c99 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_add()
128 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_add()
Daf_ax25.c1193 digi->lastrepeat = -1; in ax25_connect()
1199 digi->lastrepeat = ct; in ax25_connect()
1514 dtmp.lastrepeat = 0; in ax25_sendmsg()
/linux-4.4.14/include/net/
Dax25.h183 signed char lastrepeat; member
/linux-4.4.14/net/netrom/
Dnr_route.c649 digi->lastrepeat = -1; in nr_call_to_digi()
/linux-4.4.14/net/rose/
Drose_route.c120 rose_neigh->digipeat->lastrepeat = -1; in rose_add_node()