Home
last modified time | relevance | path

Searched refs:dccp_timestamp (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/net/dccp/
Doptions.c149 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()
Dtimer.c281 u32 dccp_timestamp(void) in dccp_timestamp() function
288 EXPORT_SYMBOL_GPL(dccp_timestamp);
Dinput.c407 long tstamp = dccp_timestamp(); in dccp_rcv_request_sent_state_process()
554 long delta = dccp_timestamp() - sample; in dccp_rcv_respond_partopen_state_process()
Ddccp.h488 extern u32 dccp_timestamp(void);