stateful 103 drivers/net/ppp/ppp_mppe.c unsigned stateful; /* stateful mode flag */ stateful 271 drivers/net/ppp/ppp_mppe.c state->stateful = 1; stateful 279 drivers/net/ppp/ppp_mppe.c (state->stateful) ? "stateful" : "stateless"); stateful 375 drivers/net/ppp/ppp_mppe.c if (!state->stateful || /* stateless mode */ stateful 379 drivers/net/ppp/ppp_mppe.c if (state->debug && state->stateful) stateful 476 drivers/net/ppp/ppp_mppe.c if (!state->stateful && !flushed) { stateful 482 drivers/net/ppp/ppp_mppe.c if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { stateful 493 drivers/net/ppp/ppp_mppe.c if (!state->stateful) {