Searched refs:dccp_request_sock (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
H A D | dccp.h | 160 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/net/dccp/ |
H A D | minisocks.c | 85 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_create_openreq_child() 141 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_check_req() 254 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_reqsk_init()
|
H A D | ipv6.h | 20 struct dccp_request_sock dccp;
|
H A D | dccp.h | 456 int dccp_feat_server_ccid_dependencies(struct dccp_request_sock *dreq); 457 int dccp_feat_insert_opts(struct dccp_sock*, struct dccp_request_sock*, 463 int dccp_insert_options_rsk(struct dccp_request_sock *, struct sk_buff *);
|
H A D | options.c | 48 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()
|
H A D | feat.h | 110 int dccp_feat_parse_options(struct sock *, struct dccp_request_sock *,
|
H A D | feat.c | 633 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() 1408 int dccp_feat_parse_options(struct sock *sk, struct dccp_request_sock *dreq, in dccp_feat_parse_options()
|
H A D | output.c | 403 struct dccp_request_sock *dreq; in dccp_make_response()
|
H A D | ipv6.c | 323 struct dccp_request_sock *dreq; in dccp_v6_conn_request()
|