Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv4/
Dtcp_output.c389 __u32 tsval, tsecr; /* need to include OPTION_TS */ member
486 *ptr++ = htonl(opts->tsval); in tcp_options_write()
600 opts->tsval = TCP_SKB_CB(skb)->when; in tcp_syn_options()
706 opts->tsval = TCP_SKB_CB(skb)->when; in tcp_synack_options()
764 opts->tsval = tcb ? tcb->when : 0; in tcp_established_options()
2505 *tail-- ^= opts.tsval; in tcp_make_synack()