Searched refs:dccp_request_sock (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/linux/ |
D | dccp.h | 159 struct dccp_request_sock { struct 171 static inline struct dccp_request_sock *dccp_rsk(const struct request_sock *req) in dccp_rsk() argument 173 return (struct dccp_request_sock *)req; in dccp_rsk() 178 extern int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq,
|
/linux-4.4.14/net/dccp/ |
D | minisocks.c | 88 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_create_openreq_child() 145 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_check_req() 250 struct dccp_request_sock *dreq = dccp_rsk(req); in dccp_reqsk_init()
|
D | ipv6.h | 27 struct dccp_request_sock dccp;
|
D | feat.h | 114 int dccp_feat_parse_options(struct sock *, struct dccp_request_sock *,
|
D | options.c | 51 int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq, in dccp_parse_options() 356 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()
|
D | dccp.h | 474 int dccp_feat_server_ccid_dependencies(struct dccp_request_sock *dreq); 475 int dccp_feat_insert_opts(struct dccp_sock*, struct dccp_request_sock*, 481 int dccp_insert_options_rsk(struct dccp_request_sock *, struct sk_buff *);
|
D | feat.c | 634 int dccp_feat_insert_opts(struct dccp_sock *dp, struct dccp_request_sock *dreq, in dccp_feat_insert_opts() 998 int dccp_feat_server_ccid_dependencies(struct dccp_request_sock *dreq) in dccp_feat_server_ccid_dependencies() 1394 int dccp_feat_parse_options(struct sock *sk, struct dccp_request_sock *dreq, in dccp_feat_parse_options()
|
D | ipv4.c | 556 .obj_size = sizeof(struct dccp_request_sock), 568 struct dccp_request_sock *dreq; in dccp_v4_conn_request()
|
D | output.c | 397 struct dccp_request_sock *dreq; in dccp_make_response()
|
D | ipv6.c | 301 struct dccp_request_sock *dreq; in dccp_v6_conn_request()
|