Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ppp/
Dppp_async.c64 unsigned long last_xmit; member
565 time_after_eq(jiffies, ap->last_xmit + flag_time)) in ppp_async_encode()
567 ap->last_xmit = jiffies; in ppp_async_encode()
Dppp_synctty.c70 unsigned long last_xmit; member
551 ap->last_xmit = jiffies; in ppp_sync_txmunge()
Dppp_generic.c137 unsigned long last_xmit; /* jiffies when last pkt sent 9c */ member
709 idle.xmit_idle = (jiffies - ppp->last_xmit) / HZ; in ppp_ioctl()
1531 ppp->last_xmit = jiffies; in ppp_send_frame()
1535 ppp->last_xmit = jiffies; in ppp_send_frame()