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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Doptions.c163 dreq->dreq_timestamp_time = dccp_timestamp();
167 dp->dccps_timestamp_time = dccp_timestamp();
389 __be32 now = htonl(dccp_timestamp());
407 elapsed_time = dccp_timestamp() - dreq->dreq_timestamp_time;
411 elapsed_time = dccp_timestamp() - dp->dccps_timestamp_time;
H A Dtimer.c269 * dccp_timestamp - 10s of microseconds time source
274 u32 dccp_timestamp(void) function
281 EXPORT_SYMBOL_GPL(dccp_timestamp); variable
H A Dinput.c408 long tstamp = dccp_timestamp();
553 long delta = dccp_timestamp() - sample;
H A Ddccp.h450 extern u32 dccp_timestamp(void);

Completed in 35 milliseconds