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()
145 struct request_sock *req) in dccp_check_req() argument
148 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_check_req()
169 inet_rtx_syn_ack(sk, req); in dccp_check_req()
196 child = inet_csk(sk)->icsk_af_ops->syn_recv_sock(sk, skb, req, NULL, in dccp_check_req()
197 req, &own_req); in dccp_check_req()
199 child = inet_csk_complete_hashdance(sk, child, req, own_req); in dccp_check_req()
206 req->rsk_ops->send_reset(sk, skb); in dccp_check_req()
208 inet_csk_reqsk_queue_drop(sk, req); in dccp_check_req()
257 int dccp_reqsk_init(struct request_sock *req, in dccp_reqsk_init() argument
260 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_reqsk_init()
263 inet_rsk(req)->ir_rmt_port = dccp_hdr(skb)->dccph_sport; in dccp_reqsk_init()
264 inet_rsk(req)->ir_num = ntohs(dccp_hdr(skb)->dccph_dport); in dccp_reqsk_init()
265 inet_rsk(req)->acked = 0; in dccp_reqsk_init()