Lines Matching defs:treq
284 struct tcp_request_sock *treq;
295 treq = tcp_rsk(req);
297 /* treq->af_specific might be used to perform TCP_MD5 lookup */
298 treq->af_specific = af_ops;
300 treq->syn_tos = TCP_SKB_CB(skb)->ip_dsfield;
302 treq->is_mptcp = sk_is_mptcp(sk);
303 if (treq->is_mptcp) {
326 struct tcp_request_sock *treq;
374 treq = tcp_rsk(req);
375 treq->rcv_isn = ntohl(th->seq) - 1;
376 treq->snt_isn = cookie;
377 treq->ts_off = 0;
378 treq->txhash = net_tx_rndhash();
390 treq->snt_synack = 0;
391 treq->tfo_listener = false;