Searched refs:rx_lost (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dpptp_gre.h24 uint32_t rx_lost; // data packet did not arrive before timeout member in struct:gre_stats
H A Dpptp_gre.c410 stats.rx_lost += seq - seq_recv - 1;
440 stats.rx_lost += head->seq - seq_recv - 1;
H A Dpptp.c126 LOG("rx lost = %d", rx_lost);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dpptp_gre.h24 uint32_t rx_lost; // data packet did not arrive before timeout member in struct:gre_stats
H A Dpptp_gre.c787 stats.rx_lost += seq - seq_recv - 1;
818 stats.rx_lost += head->seq - seq_recv - 1;
H A Dpptp.c135 LOG("rx lost = %d", rx_lost);

Completed in 166 milliseconds