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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dauth_gss.c87 /* pipe_version >= 0 if and only if someone has a pipe open. */
88 static int pipe_version = -1; variable
266 if (pipe_version >= 0) {
268 ret = pipe_version;
278 pipe_version = -1;
434 if (pipe_version == 0)
436 else /* pipe_version == 1 */
563 pipe_version >= 0, 15*HZ);
566 if (pipe_version < 0)
713 if (pipe_version <
[all...]

Completed in 32 milliseconds