Searched refs:dccp_timestamp (Results 1 – 4 of 4) sorted by relevance
149 dreq->dreq_timestamp_time = dccp_timestamp(); in dccp_parse_options()153 dp->dccps_timestamp_time = dccp_timestamp(); in dccp_parse_options()380 __be32 now = htonl(dccp_timestamp()); in dccp_insert_option_timestamp()396 elapsed_time = dccp_timestamp() - dreq->dreq_timestamp_time; in dccp_insert_option_timestamp_echo()400 elapsed_time = dccp_timestamp() - dp->dccps_timestamp_time; in dccp_insert_option_timestamp_echo()
281 u32 dccp_timestamp(void) in dccp_timestamp() function288 EXPORT_SYMBOL_GPL(dccp_timestamp);
407 long tstamp = dccp_timestamp(); in dccp_rcv_request_sent_state_process()554 long delta = dccp_timestamp() - sample; in dccp_rcv_respond_partopen_state_process()
489 extern u32 dccp_timestamp(void);