Loading net/dccp/dccp.h +1 −1 Original line number Diff line number Diff line Loading @@ -270,7 +270,7 @@ int dccp_reqsk_init(struct request_sock *rq, struct dccp_sock const *dp, int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb); struct sock *dccp_create_openreq_child(struct sock *sk, struct sock *dccp_create_openreq_child(const struct sock *sk, const struct request_sock *req, const struct sk_buff *skb); Loading net/dccp/minisocks.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ void dccp_time_wait(struct sock *sk, int state, int timeo) dccp_done(sk); } struct sock *dccp_create_openreq_child(struct sock *sk, struct sock *dccp_create_openreq_child(const struct sock *sk, const struct request_sock *req, const struct sk_buff *skb) { Loading Loading
net/dccp/dccp.h +1 −1 Original line number Diff line number Diff line Loading @@ -270,7 +270,7 @@ int dccp_reqsk_init(struct request_sock *rq, struct dccp_sock const *dp, int dccp_v4_conn_request(struct sock *sk, struct sk_buff *skb); struct sock *dccp_create_openreq_child(struct sock *sk, struct sock *dccp_create_openreq_child(const struct sock *sk, const struct request_sock *req, const struct sk_buff *skb); Loading
net/dccp/minisocks.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ void dccp_time_wait(struct sock *sk, int state, int timeo) dccp_done(sk); } struct sock *dccp_create_openreq_child(struct sock *sk, struct sock *dccp_create_openreq_child(const struct sock *sk, const struct request_sock *req, const struct sk_buff *skb) { Loading