| tag | line | file | source code |
| vs | 116 | include/net/ax25.h | unsigned short vs, vr, va; |
| vs | 48 | include/net/netrom.h | unsigned short vs, vr, va, vl; |
| vs | 22 | net/802/llc.c | sk->llc.vs=0; |
| vs | 42 | net/802/llc.c | sk->llc.vs=0; |
| vs | 58 | net/802/llc.c | sk->llc.vs=0; |
| vs | 77 | net/802/llc.c | sk->llc.vs=0; |
| vs | 97 | net/802/llc.c | sk->llc.vs=0; |
| vs | 156 | net/802/llc.c | sk->llc.vs=0; |
| vs | 518 | net/ax25/af_ax25.c | ax25->vs = 0; |
| vs | 1806 | net/ax25/af_ax25.c | ax25->vs, ax25->vr, ax25->va, |
| vs | 121 | net/ax25/ax25_in.c | ax25->vs = 0; |
| vs | 233 | net/ax25/ax25_in.c | ax25->vs = 0; |
| vs | 381 | net/ax25/ax25_in.c | ax25->vs = 0; |
| vs | 426 | net/ax25/ax25_in.c | if (ax25->vs == ax25->va) { |
| vs | 453 | net/ax25/ax25_in.c | if (ax25->vs == ax25->va) { |
| vs | 480 | net/ax25/ax25_in.c | if (ax25->vs == ax25->va) { |
| vs | 76 | net/ax25/ax25_out.c | *frame |= (ax25->vs << 1); |
| vs | 89 | net/ax25/ax25_out.c | start = (skb_peek(&ax25->ack_queue) == NULL) ? ax25->va : ax25->vs; |
| vs | 96 | net/ax25/ax25_out.c | ax25->vs = start; |
| vs | 114 | net/ax25/ax25_out.c | next = (ax25->vs + 1) % MODULUS; |
| vs | 125 | net/ax25/ax25_out.c | ax25->vs = next; |
| vs | 216 | net/ax25/ax25_out.c | if (ax25->vs == nr) { |
| vs | 110 | net/ax25/ax25_subr.c | while (vc != ax25->vs) { |
| vs | 115 | net/ax25/ax25_subr.c | if (nr == ax25->vs) return 1; |
| vs | 464 | net/netrom/af_netrom.c | nr->vs = 0; |
| vs | 560 | net/netrom/af_netrom.c | nr->vs = 0; |
| vs | 937 | net/netrom/af_netrom.c | make->nr->vs = 0; |
| vs | 1261 | net/netrom/af_netrom.c | s->nr->vs, s->nr->vr, s->nr->va, |
| vs | 67 | net/netrom/nr_in.c | sk->nr->vs = 0; |
| vs | 149 | net/netrom/nr_in.c | sk->nr->vs = 0; |
| vs | 66 | net/netrom/nr_out.c | *dptr++ = sk->nr->vs; |
| vs | 97 | net/netrom/nr_out.c | start = (skb_peek(&sk->nr->ack_queue) == NULL) ? sk->nr->va : sk->nr->vs; |
| vs | 104 | net/netrom/nr_out.c | sk->nr->vs = start; |
| vs | 121 | net/netrom/nr_out.c | next = (sk->nr->vs + 1) % NR_MODULUS; |
| vs | 129 | net/netrom/nr_out.c | sk->nr->vs = next; |
| vs | 228 | net/netrom/nr_out.c | if (sk->nr->vs == nr) { |
| vs | 117 | net/netrom/nr_subr.c | while (vc != sk->nr->vs) { |
| vs | 122 | net/netrom/nr_subr.c | if (nr == sk->nr->vs) return 1; |