Searched refs:vcnum (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dsess.c64 * any vc but zero (some servers reset the connection on vcnum zero)
69 __u16 vcnum = 0; local
85 goto get_vc_num_exit; /* vcnum will be zero */
95 if (tmp_ses->vcnum == i) {
97 break; /* found duplicate, try next vcnum */
105 vcnum = 0; /* for most common case, ie if one smb session, use
106 vc zero. Also for case when no free vcnum, zero
109 vcnum = 1; /* we can not reuse vc=0 safely, since some servers
112 vcnum = i;
113 ses->vcnum
[all...]
H A Dcifsglob.h212 __u16 vcnum; member in struct:cifsSesInfo

Completed in 40 milliseconds