Lines Matching refs:tcp_rsk
937 opts->tsval = tcp_skb_timestamp_ts(tcp_rsk(req)->req_usec_ts, skb) + in tcp_synack_options()
938 tcp_rsk(req)->ts_off; in tcp_synack_options()
3760 if (!tcp_rsk(req)->snt_synack) /* Timestamp first SYNACK */ in tcp_make_synack()
3761 tcp_rsk(req)->snt_synack = tcp_skb_timestamp_us(skb); in tcp_make_synack()
3770 u8 keyid = tcp_rsk(req)->ao_keyid; in tcp_make_synack()
3771 u8 rnext = tcp_rsk(req)->ao_rcv_next; in tcp_make_synack()
3793 key.md5_key = tcp_rsk(req)->af_specific->req_md5_lookup(sk, in tcp_make_synack()
3799 skb_set_hash(skb, READ_ONCE(tcp_rsk(req)->txhash), PKT_HASH_TYPE_L4); in tcp_make_synack()
3818 th->seq = htonl(tcp_rsk(req)->snt_isn); in tcp_make_synack()
3820 th->ack_seq = htonl(tcp_rsk(req)->rcv_nxt); in tcp_make_synack()
3824 tcp_options_write(th, NULL, tcp_rsk(req), &opts, &key); in tcp_make_synack()
3831 tcp_rsk(req)->af_specific->calc_md5_hash(opts.hash_location, in tcp_make_synack()
3836 tcp_rsk(req)->af_specific->ao_synack_hash(opts.hash_location, in tcp_make_synack()
4403 const struct tcp_request_sock_ops *af_ops = tcp_rsk(req)->af_specific; in tcp_rtx_synack()
4409 WRITE_ONCE(tcp_rsk(req)->txhash, net_tx_rndhash()); in tcp_rtx_synack()