]> Git Repo - linux.git/commit
sctp: Make sctp_enqueue_event tak an skb list.
authorDavid Miller <[email protected]>
Thu, 11 Apr 2019 22:02:04 +0000 (15:02 -0700)
committerDavid S. Miller <[email protected]>
Fri, 12 Apr 2019 04:33:31 +0000 (21:33 -0700)
commit178ca044aa60cb05102148b635cb82f6986451a3
treea8df6a4501ec1665a79bf59a15d54154285b385f
parent5e8f641db673cb6ef84b2151e473300f24c9f5a0
sctp: Make sctp_enqueue_event tak an skb list.

Pass this, instead of an event.  Then everything trickles down and we
always have events a non-empty list.

Then we needs a list creating stub to place into .enqueue_event for sctp_stream_interleave_1.

Signed-off-by: David S. Miller <[email protected]>
Acked-by: Marcelo Ricardo Leitner <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/sctp/stream_interleave.c
net/sctp/ulpqueue.c
This page took 0.053135 seconds and 4 git commands to generate.