Lines Matching refs:req
134 static bool __tcp_fastopen_cookie_gen_cipher(struct request_sock *req,
141 if (req->rsk_ops->family == AF_INET) {
152 if (req->rsk_ops->family == AF_INET6) {
170 struct request_sock *req,
179 __tcp_fastopen_cookie_gen_cipher(req, syn, &ctx->key[0], foc);
228 struct request_sock *req,
243 __tcp_fastopen_cookie_gen_cipher(req, syn, &ctx->key[i], foc);
257 struct request_sock *req)
264 child = inet_csk(sk)->icsk_af_ops->syn_recv_sock(sk, skb, req, NULL,
279 rcu_assign_pointer(tp->fastopen_rsk, req);
280 tcp_rsk(req)->tfo_listener = true;
295 refcount_set(&req->rsk_refcnt, 2);
304 tcp_rsk(req)->rcv_nxt = tp->rcv_nxt;
364 struct request_sock *req,
389 tcp_fastopen_cookie_gen(sk, req, skb, &valid_foc);
391 ret = tcp_fastopen_cookie_gen_check(sk, req, skb, foc,
407 child = tcp_fastopen_create_child(sk, skb, req);