Searched refs:tcp_time_stamp_raw (Results 1 – 6 of 6) sorted by relevance
155 opts->tsval = tcp_time_stamp_raw() & ~0x3f; in synproxy_init_timestamp_cookie()
72 u32 ts, ts_now = tcp_time_stamp_raw(); in cookie_init_timestamp()
884 tcp_time_stamp_raw() + tcptw->tw_ts_offset, in tcp_v4_timewait_ack()912 tcp_time_stamp_raw() + tcp_rsk(req)->ts_off, in tcp_v4_reqsk_send_ack()
3032 tp->tsoffset = val - tcp_time_stamp_raw(); in do_tcp_setsockopt()3503 val = tcp_time_stamp_raw() + tp->tsoffset; in do_tcp_getsockopt()
993 tcp_time_stamp_raw() + tcptw->tw_ts_offset, in tcp_v6_timewait_ack()1015 tcp_time_stamp_raw() + tcp_rsk(req)->ts_off, in tcp_v6_reqsk_send_ack()
750 static inline u32 tcp_time_stamp_raw(void) in tcp_time_stamp_raw() function