Lines Matching refs:xid
81 print_rpcsec_gss_cred(int xid, int authlen)
126 x = find_xid(xid);
141 rpcsec_gss_pre_proto(int type, int flags, int xid,
147 if (! (x = find_xid(xid)))
212 rpcsec_gss_post_proto(int flags, int xid)
218 if (! (x = find_xid(xid)))
255 rpcsec_gss_control_proc(int type, int flags, int xid)
261 if (! (x = find_xid(xid)))
291 * put service and control type in the xid cache.
294 extract_rpcsec_gss_cred_info(int xid)
316 if (x = find_xid(xid)) {