| tag | line | file | source code |
| fragno | 135 | include/net/ax25.h | unsigned short fragno, fraglen; |
| fragno | 523 | net/ax25/af_ax25.c | ax25->fragno = 0; |
| fragno | 68 | net/ax25/ax25_in.c | if (ax25->fragno != 0) { |
| fragno | 70 | net/ax25/ax25_in.c | if ((ax25->fragno - 1) == (*skb->data & SEG_REM)) { |
| fragno | 71 | net/ax25/ax25_in.c | ax25->fragno = *skb->data & SEG_REM; |
| fragno | 76 | net/ax25/ax25_in.c | if (ax25->fragno == 0) { |
| fragno | 106 | net/ax25/ax25_in.c | ax25->fragno = *skb->data & SEG_REM; |
| fragno | 60 | net/ax25/ax25_out.c | int err, frontlen, mtu, len, fragno, first = 1; |
| fragno | 67 | net/ax25/ax25_out.c | fragno = skb->len / mtu; |
| fragno | 68 | net/ax25/ax25_out.c | if (skb->len % mtu == 0) fragno--; |
| fragno | 96 | net/ax25/ax25_out.c | *p = fragno--; |