Searched refs:ts_now (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_core.h | 144 void peak_usb_update_ts_now(struct peak_time_ref *time_ref, u32 ts_now); 145 void peak_usb_set_ts_now(struct peak_time_ref *time_ref, u32 ts_now);
|
H A D | pcan_usb_core.c | 78 void peak_usb_update_ts_now(struct peak_time_ref *time_ref, u32 ts_now) in peak_usb_update_ts_now() argument 80 time_ref->ts_dev_2 = ts_now; in peak_usb_update_ts_now() 96 void peak_usb_set_ts_now(struct peak_time_ref *time_ref, u32 ts_now) in peak_usb_set_ts_now() argument 122 peak_usb_update_ts_now(time_ref, ts_now); in peak_usb_set_ts_now()
|
/kernel/linux/linux-6.6/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_core.h | 142 void peak_usb_update_ts_now(struct peak_time_ref *time_ref, u32 ts_now); 143 void peak_usb_set_ts_now(struct peak_time_ref *time_ref, u32 ts_now);
|
H A D | pcan_usb_core.c | 105 void peak_usb_update_ts_now(struct peak_time_ref *time_ref, u32 ts_now) in peak_usb_update_ts_now() argument 107 time_ref->ts_dev_2 = ts_now; in peak_usb_update_ts_now() 123 void peak_usb_set_ts_now(struct peak_time_ref *time_ref, u32 ts_now) in peak_usb_set_ts_now() argument 149 peak_usb_update_ts_now(time_ref, ts_now); in peak_usb_set_ts_now()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | syncookies.c | 67 u64 ts, ts_now = tcp_ns_to_ts(now); in cookie_init_timestamp() local 76 ts = (ts_now >> TSBITS) << TSBITS; in cookie_init_timestamp() 78 if (ts > ts_now) in cookie_init_timestamp()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | syncookies.c | 65 u64 ts, ts_now = tcp_ns_to_ts(now); in cookie_init_timestamp() local 74 ts = (ts_now >> TSBITS) << TSBITS; in cookie_init_timestamp() 76 if (ts > ts_now) in cookie_init_timestamp()
|
Completed in 6 milliseconds