Searched refs:ack_sent (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dif_pppox.h36 u32 ack_sent, ack_recv; member in struct:pptp_opt
/linux-master/drivers/net/ppp/
H A Dpptp.c210 if (opt->ack_sent == seq_recv)
222 if (opt->ack_sent != seq_recv) {
226 opt->ack_sent = seq_recv;
568 opt->ack_recv = 0; opt->ack_sent = 0xffffffff;

Completed in 171 milliseconds