dccp_timestamp    479 net/dccp/dccp.h u32 dccp_timestamp(void);
dccp_timestamp    403 net/dccp/input.c 		long tstamp = dccp_timestamp();
dccp_timestamp    551 net/dccp/input.c 			long delta = dccp_timestamp() - sample;
dccp_timestamp    145 net/dccp/options.c 				dreq->dreq_timestamp_time = dccp_timestamp();
dccp_timestamp    149 net/dccp/options.c 				dp->dccps_timestamp_time = dccp_timestamp();
dccp_timestamp    344 net/dccp/options.c 	__be32 now = htonl(dccp_timestamp());
dccp_timestamp    360 net/dccp/options.c 		elapsed_time = dccp_timestamp() - dreq->dreq_timestamp_time;
dccp_timestamp    364 net/dccp/options.c 		elapsed_time = dccp_timestamp() - dp->dccps_timestamp_time;
dccp_timestamp    266 net/dccp/timer.c EXPORT_SYMBOL_GPL(dccp_timestamp);