tag | line | file | source code |
fragno | 151 | include/net/ax25.h | unsigned short fragno, fraglen; |
fragno | 540 | net/ax25/af_ax25.c | ax25->fragno = 0; |
fragno | 69 | net/ax25/ax25_in.c | if (ax25->fragno != 0) { |
fragno | 71 | net/ax25/ax25_in.c | if ((ax25->fragno - 1) == (*skb->data & SEG_REM)) { |
fragno | 72 | net/ax25/ax25_in.c | ax25->fragno = *skb->data & SEG_REM; |
fragno | 77 | net/ax25/ax25_in.c | if (ax25->fragno == 0) { |
fragno | 115 | 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--; |