Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
570 opt->ack_recv = 0; opt->ack_sent = 0xffffffff; in pptp_create()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/
H A Dif_pppox.h38 u32 ack_sent, ack_recv; member
/kernel/linux/linux-6.6/include/linux/
H A Dif_pppox.h36 u32 ack_sent, ack_recv; member

Completed in 3 milliseconds