aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/socket.c')
-rw-r--r--net/sctp/socket.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c
index 878d28eda1a6..36697f85ce48 100644
--- a/net/sctp/socket.c
+++ b/net/sctp/socket.c
@@ -6430,6 +6430,8 @@ unsigned int sctp_poll(struct file *file, struct socket *sock, poll_table *wait)
6430 6430
6431 poll_wait(file, sk_sleep(sk), wait); 6431 poll_wait(file, sk_sleep(sk), wait);
6432 6432
6433 sock_rps_record_flow(sk);
6434
6433 /* A TCP-style listening socket becomes readable when the accept queue 6435 /* A TCP-style listening socket becomes readable when the accept queue
6434 * is not empty. 6436 * is not empty.
6435 */ 6437 */
@@ -7186,6 +7188,7 @@ void sctp_copy_sock(struct sock *newsk, struct sock *sk,
7186 newsk->sk_lingertime = sk->sk_lingertime; 7188 newsk->sk_lingertime = sk->sk_lingertime;
7187 newsk->sk_rcvtimeo = sk->sk_rcvtimeo; 7189 newsk->sk_rcvtimeo = sk->sk_rcvtimeo;
7188 newsk->sk_sndtimeo = sk->sk_sndtimeo; 7190 newsk->sk_sndtimeo = sk->sk_sndtimeo;
7191 newsk->sk_rxhash = sk->sk_rxhash;
7189 7192
7190 newinet = inet_sk(newsk); 7193 newinet = inet_sk(newsk);
7191 7194