Home
last modified time | relevance | path

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

/linux-6.1.9/net/dccp/
Doptions.c149 dp->dccps_timestamp_echo = ntohl(opt_val); in dccp_parse_options()
366 tstamp_echo = htonl(dp->dccps_timestamp_echo); in dccp_insert_option_timestamp_echo()
367 dp->dccps_timestamp_echo = 0; in dccp_insert_option_timestamp_echo()
584 if (dp->dccps_timestamp_echo != 0 && in dccp_insert_options()
Dminisocks.c101 newdp->dccps_timestamp_echo = dreq->dreq_timestamp_echo; in dccp_create_openreq_child()
/linux-6.1.9/include/linux/
Ddccp.h281 __u32 dccps_timestamp_echo; member