Lines Matching refs:treq
289 struct tcp_request_sock *treq; in cookie_tcp_reqsk_alloc() local
301 treq = tcp_rsk(req); in cookie_tcp_reqsk_alloc()
302 treq->syn_tos = TCP_SKB_CB(skb)->ip_dsfield; in cookie_tcp_reqsk_alloc()
304 treq->is_mptcp = sk_is_mptcp(sk); in cookie_tcp_reqsk_alloc()
305 if (treq->is_mptcp) { in cookie_tcp_reqsk_alloc()
328 struct tcp_request_sock *treq; in cookie_v4_check() local
374 treq = tcp_rsk(req); in cookie_v4_check()
375 treq->rcv_isn = ntohl(th->seq) - 1; in cookie_v4_check()
376 treq->snt_isn = cookie; in cookie_v4_check()
377 treq->ts_off = 0; in cookie_v4_check()
378 treq->txhash = net_tx_rndhash(); in cookie_v4_check()
390 treq->snt_synack = 0; in cookie_v4_check()
391 treq->tfo_listener = false; in cookie_v4_check()