Lines Matching refs:treq
290 struct tcp_request_sock *treq; in cookie_tcp_reqsk_alloc() local
302 treq = tcp_rsk(req); in cookie_tcp_reqsk_alloc()
305 treq->af_specific = af_ops; in cookie_tcp_reqsk_alloc()
307 treq->syn_tos = TCP_SKB_CB(skb)->ip_dsfield; in cookie_tcp_reqsk_alloc()
309 treq->is_mptcp = sk_is_mptcp(sk); in cookie_tcp_reqsk_alloc()
310 if (treq->is_mptcp) { in cookie_tcp_reqsk_alloc()
333 struct tcp_request_sock *treq; in cookie_v4_check() local
381 treq = tcp_rsk(req); in cookie_v4_check()
382 treq->rcv_isn = ntohl(th->seq) - 1; in cookie_v4_check()
383 treq->snt_isn = cookie; in cookie_v4_check()
384 treq->ts_off = 0; in cookie_v4_check()
385 treq->txhash = net_tx_rndhash(); in cookie_v4_check()
397 treq->snt_synack = 0; in cookie_v4_check()
398 treq->tfo_listener = false; in cookie_v4_check()