Lines Matching defs:dreq
631 * @dreq: used by the server only (all Changes/Confirms in LISTEN/RESPOND)
633 int dccp_feat_insert_opts(struct dccp_sock *dp, struct dccp_request_sock *dreq,
636 struct list_head *fn = dreq ? &dreq->dreq_featneg : &dp->dccps_featneg;
999 * @dreq: server socket to resolve
1004 int dccp_feat_server_ccid_dependencies(struct dccp_request_sock *dreq)
1006 struct list_head *fn = &dreq->dreq_featneg;
1395 * @dreq: used by the server during connection setup
1404 int dccp_feat_parse_options(struct sock *sk, struct dccp_request_sock *dreq,
1408 struct list_head *fn = dreq ? &dreq->dreq_featneg : &dp->dccps_featneg;