Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/dccp/
Doptions.c356 __be32 tstamp_echo; in dccp_insert_option_timestamp_echo() local
362 tstamp_echo = htonl(dreq->dreq_timestamp_echo); in dccp_insert_option_timestamp_echo()
366 tstamp_echo = htonl(dp->dccps_timestamp_echo); in dccp_insert_option_timestamp_echo()
382 memcpy(to, &tstamp_echo, 4); in dccp_insert_option_timestamp_echo()