Lines Matching refs:treq
288 struct tcp_request_sock *treq; in cookie_tcp_reqsk_alloc() local
300 treq = tcp_rsk(req); in cookie_tcp_reqsk_alloc()
303 treq->af_specific = af_ops; in cookie_tcp_reqsk_alloc()
305 treq->syn_tos = TCP_SKB_CB(skb)->ip_dsfield; in cookie_tcp_reqsk_alloc()
307 treq->is_mptcp = sk_is_mptcp(sk); in cookie_tcp_reqsk_alloc()
308 if (treq->is_mptcp) { in cookie_tcp_reqsk_alloc()
331 struct tcp_request_sock *treq; in cookie_v4_check() local
379 treq = tcp_rsk(req); in cookie_v4_check()
380 treq->rcv_isn = ntohl(th->seq) - 1; in cookie_v4_check()
381 treq->snt_isn = cookie; in cookie_v4_check()
382 treq->ts_off = 0; in cookie_v4_check()
383 treq->txhash = net_tx_rndhash(); in cookie_v4_check()
395 treq->snt_synack = 0; in cookie_v4_check()
396 treq->tfo_listener = false; in cookie_v4_check()