Home
last modified time | relevance | path

Searched refs:last_xmit (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dif_pppvar.h115 unsigned long last_xmit; /* time of last transmission */ member
/linux-2.4.37.9/drivers/net/
Dppp_async.c60 unsigned long last_xmit; member
576 || jiffies - ap->last_xmit >= flag_time) in ppp_async_encode()
578 ap->last_xmit = jiffies; in ppp_async_encode()
Dppp_synctty.c66 unsigned long last_xmit; member
573 ap->last_xmit = jiffies; in ppp_sync_txmunge()
Dppp_generic.c116 unsigned long last_xmit; /* jiffies when last pkt sent 9c */ member
602 idle.xmit_idle = (jiffies - ppp->last_xmit) / HZ; in ppp_ioctl()
979 ppp->last_xmit = jiffies; in ppp_send_frame()
983 ppp->last_xmit = jiffies; in ppp_send_frame()