]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: Always pass skbs on a list to sctp_ulpq_tail_event().
authorDavid Miller <davem@davemloft.net>
Thu, 11 Apr 2019 22:01:57 +0000 (15:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2019 04:33:31 +0000 (21:33 -0700)
commitb3e184dd4fb87fc01b0226453eaa738de245ef8a
treeab0ef5995357496691e216fca12da1ef16248b47
parentf255591c23458b4abef1e7b430f41ffcd72bbd6b
sctp: Always pass skbs on a list to sctp_ulpq_tail_event().

This way we can simplify the logic and remove assumptions
about the implementation of skb lists.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/ulpqueue.c