seq_xmit          213 include/trace/events/rpcgss.h 		u32 seq_xmit,
seq_xmit          217 include/trace/events/rpcgss.h 	TP_ARGS(task, seq_xmit, ret),
seq_xmit          223 include/trace/events/rpcgss.h 		__field(u32, seq_xmit)
seq_xmit          232 include/trace/events/rpcgss.h 		__entry->seq_xmit = seq_xmit;
seq_xmit          239 include/trace/events/rpcgss.h 		__entry->xid, __entry->seqno, __entry->seq_xmit,
seq_xmit         2086 net/sunrpc/auth_gss/auth_gss.c 	u32 win, seq_xmit = 0;
seq_xmit         2095 net/sunrpc/auth_gss/auth_gss.c 	seq_xmit = READ_ONCE(ctx->gc_seq_xmit);
seq_xmit         2096 net/sunrpc/auth_gss/auth_gss.c 	while (gss_seq_is_newer(req->rq_seqno, seq_xmit)) {
seq_xmit         2097 net/sunrpc/auth_gss/auth_gss.c 		u32 tmp = seq_xmit;
seq_xmit         2099 net/sunrpc/auth_gss/auth_gss.c 		seq_xmit = cmpxchg(&ctx->gc_seq_xmit, tmp, req->rq_seqno);
seq_xmit         2100 net/sunrpc/auth_gss/auth_gss.c 		if (seq_xmit == tmp) {
seq_xmit         2108 net/sunrpc/auth_gss/auth_gss.c 		ret = !gss_seq_is_newer(req->rq_seqno, seq_xmit - win);
seq_xmit         2113 net/sunrpc/auth_gss/auth_gss.c 	trace_rpcgss_need_reencode(task, seq_xmit, ret);