Home
last modified time | relevance | path

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

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