dccp_timestamp 449 net/dccp/dccp.h extern u32 dccp_timestamp(void); dccp_timestamp 412 net/dccp/input.c long tstamp = dccp_timestamp(); dccp_timestamp 188 net/dccp/options.c dreq->dreq_timestamp_time = dccp_timestamp(); dccp_timestamp 192 net/dccp/options.c dp->dccps_timestamp_time = dccp_timestamp(); dccp_timestamp 411 net/dccp/options.c __be32 now = htonl(dccp_timestamp()); dccp_timestamp 429 net/dccp/options.c elapsed_time = dccp_timestamp() - dreq->dreq_timestamp_time; dccp_timestamp 433 net/dccp/options.c elapsed_time = dccp_timestamp() - dp->dccps_timestamp_time;