Home
last modified time | relevance | path

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

/linux-3.4.99/net/ax25/
Dax25_addr.c145 if (digi1->lastrepeat != digi2->lastrepeat) in ax25digicmp()
188 digi->lastrepeat = -1; in ax25_addr_parse()
200 digi->lastrepeat = d; in ax25_addr_parse()
290 out->lastrepeat = in->ndigi - in->lastrepeat - 2; in ax25_digi_invert()
296 if (ct <= out->lastrepeat) { in ax25_digi_invert()
Dax25_in.c216 if (dp.lastrepeat + 1 < dp.ndigi) /* Not yet digipeated completely */ in ax25_rcv()
217 next_digi = &dp.calls[dp.lastrepeat + 1]; in ax25_rcv()
225 if (ax25cmp(&dest, dev_addr) == 0 && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
229 if (!mine && ax25_listen_mine(&dest, dev) && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
233 if ((*skb->data & ~0x10) == AX25_UI && dp.lastrepeat + 1 == dp.ndigi) { in ax25_rcv()
339 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.c1195 digi->lastrepeat = -1; in ax25_connect()
1201 digi->lastrepeat = ct; in ax25_connect()
1517 dtmp.lastrepeat = 0; in ax25_sendmsg()
/linux-3.4.99/include/net/
Dax25.h181 signed char lastrepeat; member
/linux-3.4.99/net/netrom/
Dnr_route.c653 digi->lastrepeat = -1; in nr_call_to_digi()
/linux-3.4.99/net/rose/
Drose_route.c121 rose_neigh->digipeat->lastrepeat = -1; in rose_add_node()