Searched refs:last_xmit (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_pppvar.h146 unsigned long last_xmit; /* time of last transmission */ member in struct:ppp
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dif_pppvar.h115 unsigned long last_xmit; /* time of last transmission */ member in struct:ppp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dslcompress.h122 u_char last_xmit; /* last sent conn. id */ member in struct:slcompress
H A Dvjcompress.h121 u_char last_xmit; /* last sent conn. id */ member in struct:vjcompress
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dslcompress.h122 u_char last_xmit; /* last sent conn. id */ member in struct:slcompress
H A Dvjcompress.h121 u_char last_xmit; /* last sent conn. id */ member in struct:vjcompress
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c110 comp->last_xmit = 255;
393 if (compress_cid == 0 || comp->last_xmit != cs->cs_id) {
394 comp->last_xmit = cs->cs_id;
418 comp->last_xmit = cs->cs_id;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dvjcompress.c106 comp->last_xmit = 255;
389 if (compress_cid == 0 || comp->last_xmit != cs->cs_id) {
390 comp->last_xmit = cs->cs_id;
414 comp->last_xmit = cs->cs_id;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c125 unsigned long last_xmit; /* jiffies when last pkt sent 9c */ member in struct:ppp
882 if (jiffies >= ppp->last_xmit) /* wklin modified from > to >=*/
883 idle.xmit_idle = (jiffies - ppp->last_xmit) / HZ;
885 idle.xmit_idle = (0xFFFFFFFF - ppp->last_xmit + jiffies) / HZ;
888 idle.xmit_idle = (jiffies - ppp->last_xmit) / HZ;
1364 ppp->last_xmit = jiffies;
1368 //ppp->last_xmit = jiffies;
1375 /* Foxconn modified end pling 08/26/2013 */ ppp->last_xmit = jiffies;
1458 ppp->last_xmit = jiffies;
3210 ppp->last_xmit
[all...]
H A Dppp_synctty.c67 unsigned long last_xmit; member in struct:syncppp
586 ap->last_xmit = jiffies;
H A Dppp_async.c62 unsigned long last_xmit; member in struct:asyncppp
554 time_after_eq(jiffies, ap->last_xmit + flag_time))
556 ap->last_xmit = jiffies;

Completed in 139 milliseconds