Lines Matching refs:req
82 const struct request_sock *req, in dccp_create_openreq_child() argument
91 struct sock *newsk = inet_csk_clone_lock(sk, req, GFP_ATOMIC); in dccp_create_openreq_child()
94 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_create_openreq_child()
149 struct request_sock *req) in dccp_check_req() argument
152 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_check_req()
173 inet_rtx_syn_ack(sk, req); in dccp_check_req()
200 child = inet_csk(sk)->icsk_af_ops->syn_recv_sock(sk, skb, req, NULL, in dccp_check_req()
201 req, &own_req); in dccp_check_req()
203 child = inet_csk_complete_hashdance(sk, child, req, own_req); in dccp_check_req()
210 req->rsk_ops->send_reset(sk, skb); in dccp_check_req()
212 inet_csk_reqsk_queue_drop(sk, req); in dccp_check_req()
261 int dccp_reqsk_init(struct request_sock *req, in dccp_reqsk_init() argument
264 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_reqsk_init()
267 inet_rsk(req)->ir_rmt_port = dccp_hdr(skb)->dccph_sport; in dccp_reqsk_init()
268 inet_rsk(req)->ir_num = ntohs(dccp_hdr(skb)->dccph_dport); in dccp_reqsk_init()
269 inet_rsk(req)->acked = 0; in dccp_reqsk_init()