Searched defs:tsval (Results 1 - 3 of 3) sorted by relevance

/net/ipv6/
H A Dtcp_ipv6.c723 u32 tsval, u32 tsecr,
769 *topt++ = htonl(tsval);
884 u32 win, u32 tsval, u32 tsecr,
887 tcp_v6_send_response(skb, seq, ack, win, tsval, tsecr, key, 0, tclass);
722 tcp_v6_send_response(struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, struct tcp_md5sig_key *key, int rst, u8 tclass) argument
883 tcp_v6_send_ack(struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, struct tcp_md5sig_key *key, u8 tclass) argument
/net/ipv4/
H A Dtcp_ipv4.c729 u32 win, u32 tsval, u32 tsecr, int oif,
754 rep.opt[1] = htonl(tsval);
728 tcp_v4_send_ack(struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, struct tcp_md5sig_key *key, int reply_flags, u8 tos) argument
H A Dtcp_output.c391 __u32 tsval, tsecr; /* need to include OPTION_TS */ member in struct:tcp_out_options
440 *ptr++ = htonl(opts->tsval);
529 opts->tsval = TCP_SKB_CB(skb)->when + tp->tsoffset;
597 opts->tsval = TCP_SKB_CB(skb)->when;
643 opts->tsval = tcb ? tcb->when + tp->tsoffset : 0;

Completed in 148 milliseconds