Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/can/usb/peak_usb/
Dpcan_usb_core.h152 void peak_usb_update_ts_now(struct peak_time_ref *time_ref, u32 ts_now);
153 void peak_usb_set_ts_now(struct peak_time_ref *time_ref, u32 ts_now);
Dpcan_usb_core.c86 void peak_usb_update_ts_now(struct peak_time_ref *time_ref, u32 ts_now) in peak_usb_update_ts_now() argument
88 time_ref->ts_dev_2 = ts_now; in peak_usb_update_ts_now()
104 void peak_usb_set_ts_now(struct peak_time_ref *time_ref, u32 ts_now) in peak_usb_set_ts_now() argument
130 peak_usb_update_ts_now(time_ref, ts_now); in peak_usb_set_ts_now()
/Linux-v4.19/net/ipv4/
Dsyncookies.c72 u32 ts, ts_now = tcp_time_stamp_raw(); in cookie_init_timestamp() local
83 ts = ts_now & ~TSMASK; in cookie_init_timestamp()
85 if (ts > ts_now) { in cookie_init_timestamp()