Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/
Doptions.c152 dp->dccps_timestamp_echo = ntohl(opt_val); in dccp_parse_options()
369 tstamp_echo = htonl(dp->dccps_timestamp_echo); in dccp_insert_option_timestamp_echo()
370 dp->dccps_timestamp_echo = 0; in dccp_insert_option_timestamp_echo()
584 if (dp->dccps_timestamp_echo != 0 && in dccp_insert_options()
Dminisocks.c96 newdp->dccps_timestamp_echo = dreq->dreq_timestamp_echo; in dccp_create_openreq_child()
/linux-4.4.14/include/linux/
Ddccp.h279 __u32 dccps_timestamp_echo; member