Searched refs:vc (Results 1 - 6 of 6) sorted by relevance

/net/netrom/
H A Dnr_subr.c91 unsigned short vc = nrom->va; local
93 while (vc != nrom->vs) {
94 if (nr == vc) return 1;
95 vc = (vc + 1) % NR_MODULUS;
107 unsigned short vc = nr->vr; local
110 while (vc != vt) {
111 if (ns == vc) return 1;
112 vc = (vc
[all...]
/net/ipx/
H A DKconfig12 <ftp://platan.vc.cvut.cz/pub/linux/ncpfs/>) or from
/net/ax25/
H A Dax25_subr.c84 unsigned short vc = ax25->va; local
86 while (vc != ax25->vs) {
87 if (nr == vc) return 1;
88 vc = (vc + 1) % ax25->modulus;
/net/lapb/
H A Dlapb_subr.c93 unsigned short vc = lapb->va; local
98 while (vc != lapb->vs) {
99 if (nr == vc)
101 vc = (vc + 1) % modulus;
/net/x25/
H A Dx25_subr.c98 unsigned short vc = x25->va; local
101 while (vc != x25->vs) {
102 if (nr == vc)
104 vc = (vc + 1) % modulus;
/net/rose/
H A Drose_subr.c88 unsigned short vc = rose->va; local
90 while (vc != rose->vs) {
91 if (nr == vc) return 1;
92 vc = (vc + 1) % ROSE_MODULUS;

Completed in 1063 milliseconds