mech_oid          316 net/sunrpc/auth_gss/gss_rpc_upcall.c 		data->mech_oid.len = rctxh.mech.len;
mech_oid          318 net/sunrpc/auth_gss/gss_rpc_upcall.c 			memcpy(data->mech_oid.data, rctxh.mech.data,
mech_oid          319 net/sunrpc/auth_gss/gss_rpc_upcall.c 						data->mech_oid.len);
mech_oid           21 net/sunrpc/auth_gss/gss_rpc_upcall.h 	struct rpcsec_gss_oid mech_oid;
mech_oid         1252 net/sunrpc/auth_gss/svcauth_gss.c 		gm = gss_mech_get_by_OID(&ud->mech_oid);