Searched refs:dccp_timestamp (Results 1 – 4 of 4) sorted by relevance
145 dreq->dreq_timestamp_time = dccp_timestamp(); in dccp_parse_options()149 dp->dccps_timestamp_time = dccp_timestamp(); in dccp_parse_options()344 __be32 now = htonl(dccp_timestamp()); in dccp_insert_option_timestamp()360 elapsed_time = dccp_timestamp() - dreq->dreq_timestamp_time; in dccp_insert_option_timestamp_echo()364 elapsed_time = dccp_timestamp() - dp->dccps_timestamp_time; in dccp_insert_option_timestamp_echo()
259 u32 dccp_timestamp(void) in dccp_timestamp() function266 EXPORT_SYMBOL_GPL(dccp_timestamp);
403 long tstamp = dccp_timestamp(); in dccp_rcv_request_sent_state_process()551 long delta = dccp_timestamp() - sample; in dccp_rcv_respond_partopen_state_process()
479 u32 dccp_timestamp(void);