Lines Matching refs:tcp_rsk
409 htonl(tcp_rsk(req)->snt_isn), in tcp_v4_ao_calc_key_rsk()
410 htonl(tcp_rsk(req)->rcv_isn)); in tcp_v4_ao_calc_key_rsk()
750 sisn = htonl(tcp_rsk(req)->rcv_isn); in tcp_ao_prepare_reset()
751 disn = htonl(tcp_rsk(req)->snt_isn); in tcp_ao_prepare_reset()
752 *sne = tcp_ao_compute_sne(0, tcp_rsk(req)->snt_isn, seq); in tcp_ao_prepare_reset()
867 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_ao_syncookie()
1033 sne = tcp_ao_compute_sne(0, tcp_rsk(req)->rcv_isn, in tcp_inbound_ao_hash()
1035 sisn = htonl(tcp_rsk(req)->rcv_isn); in tcp_inbound_ao_hash()
1036 disn = htonl(tcp_rsk(req)->snt_isn); in tcp_inbound_ao_hash()
1209 new_ao->lisn = htonl(tcp_rsk(req)->snt_isn); in tcp_ao_copy_all_matching()
1210 new_ao->risn = htonl(tcp_rsk(req)->rcv_isn); in tcp_ao_copy_all_matching()
1259 key = tcp_ao_established_key(new_ao, tcp_rsk(req)->ao_keyid, -1); in tcp_ao_copy_all_matching()
1266 key = tcp_ao_established_key(new_ao, -1, tcp_rsk(req)->ao_rcv_next); in tcp_ao_copy_all_matching()