Searched refs:stateful (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/ppp/
H A Dppp_mppe.c108 unsigned stateful; /* stateful mode flag */ member in struct:ppp_mppe_state
109 int discard; /* stateful mode packet loss flag */
294 state->stateful = 1; mppe_init()
306 (state->stateful) ? "stateful" : "stateless"); mppe_init()
407 if (!state->stateful || /* stateless mode */ mppe_compress()
411 if (state->debug && state->stateful) mppe_compress()
518 if (!state->stateful && !flushed) { mppe_decompress()
524 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { mppe_decompress()
535 if (!state->stateful) { mppe_decompress()
H A Dppp_mppe.h7 #define MPPE_OPT_STATEFUL 0x04 /* stateful mode */
/linux-4.4.14/arch/arm/include/asm/
H A Dmmu_context.h73 * have some stateful cache flush implementations. Check finish_arch_post_lock_switch()
/linux-4.4.14/net/sched/
H A Dact_nat.c152 /* It would be nice to share code with stateful NAT. */ tcf_nat()
/linux-4.4.14/fs/nfs/
H A Dunlink.c504 * (Note: NFSv4 is stateful, and has opens, so in theory an NFSv4 server
/linux-4.4.14/arch/x86/kvm/
H A Dcpuid.c755 * should be read next (if it's stateful) */ is_matching_cpuid_entry()
/linux-4.4.14/fs/nfsd/
H A Dnfs4proc.c1469 * sessions provide their own EOS), and except for stateful
/linux-4.4.14/fs/ceph/
H A Dmds_client.c41 * We maintain a stateful "session" with each MDS we interact with.

Completed in 438 milliseconds