Searched refs:seq_send64 (Results 1 - 4 of 4) 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 Dgss_krb5_mech.c619 p = simple_get_bytes(p, end, &ctx->seq_send64, sizeof(ctx->seq_send64));
623 ctx->seq_send = ctx->seq_send64;
624 if (ctx->seq_send64 != ctx->seq_send) {
625 dprintk("%s: seq_send64 %lx, seq_send %x overflow?\n", __func__,
626 (long unsigned)ctx->seq_send64, ctx->seq_send);
H A Dgss_krb5_seal.c182 seq_send = ctx->seq_send64++;
H A Dgss_krb5_wrap.c423 *be64ptr = cpu_to_be64(kctx->seq_send64++);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dgss_krb5.h111 u64 seq_send64; member in struct:krb5_ctx

Completed in 60 milliseconds