sctp: implement enqueue_event for sctp_stream_interleave
enqueue_event is added as a member of sctp_stream_interleave, used to enqueue either data, idata or notification events into user socket rx queue. It replaces sctp_ulpq_tail_event used in the other places with enqueue_event. Signed-off-by: Xin Long <lucien.xin@gmail.com> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
bd4d627dbd
commit
9162e0ed9e
@@ -2294,7 +2294,7 @@ static int sctp_setsockopt_events(struct sock *sk, char __user *optval,
|
||||
if (!event)
|
||||
return -ENOMEM;
|
||||
|
||||
sctp_ulpq_tail_event(&asoc->ulpq, event);
|
||||
asoc->stream.si->enqueue_event(&asoc->ulpq, event);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user