Searched refs:netobj_equal (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 Dsvcauth_gss.c63 static int netobj_equal(struct xdr_netobj *a, struct xdr_netobj *b) function
109 return netobj_equal(&item->in_handle, &tmp->in_handle) &&
110 netobj_equal(&item->in_token, &tmp->in_token);
379 return netobj_equal(&new->handle, &tmp->handle);

Completed in 83 milliseconds