Searched refs:dccp_timestamp (Results 1 – 4 of 4) sorted by relevance
146 dreq->dreq_timestamp_time = dccp_timestamp(); in dccp_parse_options()150 dp->dccps_timestamp_time = dccp_timestamp(); in dccp_parse_options()345 __be32 now = htonl(dccp_timestamp()); in dccp_insert_option_timestamp()361 elapsed_time = dccp_timestamp() - dreq->dreq_timestamp_time; in dccp_insert_option_timestamp_echo()365 elapsed_time = dccp_timestamp() - dp->dccps_timestamp_time; in dccp_insert_option_timestamp_echo()
260 u32 dccp_timestamp(void) in dccp_timestamp() function267 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()
464 u32 dccp_timestamp(void);