Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ppp/
Dppp_async.c60 unsigned long last_xmit; member
555 time_after_eq(jiffies, ap->last_xmit + flag_time)) in ppp_async_encode()
557 ap->last_xmit = jiffies; in ppp_async_encode()
Dppp_synctty.c66 unsigned long last_xmit; member
541 ap->last_xmit = jiffies; in ppp_sync_txmunge()
Dppp_generic.c135 unsigned long last_xmit; /* jiffies when last pkt sent 9c */ member
855 idle32.xmit_idle = (jiffies - ppp->last_xmit) / HZ; in ppp_ioctl()
863 idle64.xmit_idle = (jiffies - ppp->last_xmit) / HZ; in ppp_ioctl()
1766 ppp->last_xmit = jiffies; in ppp_send_frame()
1770 ppp->last_xmit = jiffies; in ppp_send_frame()