Lines Matching refs:tcp_rsk
410 htonl(tcp_rsk(req)->snt_isn), in tcp_v4_ao_calc_key_rsk()
411 htonl(tcp_rsk(req)->rcv_isn)); in tcp_v4_ao_calc_key_rsk()
751 sisn = htonl(tcp_rsk(req)->rcv_isn); in tcp_ao_prepare_reset()
752 disn = htonl(tcp_rsk(req)->snt_isn); in tcp_ao_prepare_reset()
753 *sne = tcp_ao_compute_sne(0, tcp_rsk(req)->snt_isn, seq); in tcp_ao_prepare_reset()
868 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_ao_syncookie()
1034 sne = tcp_ao_compute_sne(0, tcp_rsk(req)->rcv_isn, in tcp_inbound_ao_hash()
1036 sisn = htonl(tcp_rsk(req)->rcv_isn); in tcp_inbound_ao_hash()
1037 disn = htonl(tcp_rsk(req)->snt_isn); in tcp_inbound_ao_hash()
1210 new_ao->lisn = htonl(tcp_rsk(req)->snt_isn); in tcp_ao_copy_all_matching()
1211 new_ao->risn = htonl(tcp_rsk(req)->rcv_isn); in tcp_ao_copy_all_matching()
1260 key = tcp_ao_established_key(req_to_sk(req), new_ao, tcp_rsk(req)->ao_keyid, -1); in tcp_ao_copy_all_matching()
1267 key = tcp_ao_established_key(req_to_sk(req), new_ao, -1, tcp_rsk(req)->ao_rcv_next); in tcp_ao_copy_all_matching()