Lines Matching defs:treq
282 struct tcp_request_sock *treq;
293 treq = tcp_rsk(req);
295 /* treq->af_specific might be used to perform TCP_MD5 lookup */
296 treq->af_specific = af_ops;
298 treq->syn_tos = TCP_SKB_CB(skb)->ip_dsfield;
300 treq->is_mptcp = sk_is_mptcp(sk);
301 if (treq->is_mptcp) {
324 struct tcp_request_sock *treq;
372 treq = tcp_rsk(req);
373 treq->rcv_isn = ntohl(th->seq) - 1;
374 treq->snt_isn = cookie;
375 treq->ts_off = 0;
376 treq->txhash = net_tx_rndhash();
388 treq->snt_synack = 0;
389 treq->tfo_listener = false;