Home
last modified time | relevance | path

Searched refs:dccp_request_sock (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/include/linux/
Ddccp.h160 struct dccp_request_sock { struct
173 static inline struct dccp_request_sock *dccp_rsk(const struct request_sock *req) in dccp_rsk() argument
175 return (struct dccp_request_sock *)req; in dccp_rsk()
180 extern int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq,
/Linux-v6.1/net/dccp/
Dminisocks.c91 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_create_openreq_child()
147 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_check_req()
260 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_reqsk_init()
Dipv6.h24 struct dccp_request_sock dccp;
Doptions.c48 int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq, in dccp_parse_options()
353 struct dccp_request_sock *dreq, in dccp_insert_option_timestamp_echo()
592 int dccp_insert_options_rsk(struct dccp_request_sock *dreq, struct sk_buff *skb) in dccp_insert_options_rsk()
Ddccp.h455 int dccp_feat_server_ccid_dependencies(struct dccp_request_sock *dreq);
456 int dccp_feat_insert_opts(struct dccp_sock*, struct dccp_request_sock*,
462 int dccp_insert_options_rsk(struct dccp_request_sock *, struct sk_buff *);
Dfeat.h111 int dccp_feat_parse_options(struct sock *, struct dccp_request_sock *,
Dfeat.c633 int dccp_feat_insert_opts(struct dccp_sock *dp, struct dccp_request_sock *dreq, in dccp_feat_insert_opts()
1004 int dccp_feat_server_ccid_dependencies(struct dccp_request_sock *dreq) in dccp_feat_server_ccid_dependencies()
1404 int dccp_feat_parse_options(struct sock *sk, struct dccp_request_sock *dreq, in dccp_feat_parse_options()
Dipv4.c584 .obj_size = sizeof(struct dccp_request_sock),
596 struct dccp_request_sock *dreq; in dccp_v4_conn_request()
Doutput.c403 struct dccp_request_sock *dreq; in dccp_make_response()
Dipv6.c320 struct dccp_request_sock *dreq; in dccp_v6_conn_request()