diff options
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | 2018-05-14 14:34:39 -0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-14 22:57:15 -0400 |
commit | 96e0418e812e9c30211b55ffcddc5f03bfd96919 (patch) | |
tree | 80cd15e284ceada285233af588f35c2546608d35 /net/sctp/ulpevent.c | |
parent | 7a0b9df65a9e291b614850891af485d1121ef54c (diff) |
sctp: move outq data rtx code out of sctp_outq_flush
This patch renames current sctp_outq_flush_rtx to __sctp_outq_flush_rtx
and create a new sctp_outq_flush_rtx, with the code that was on
sctp_outq_flush. Again, the idea is to have functions with small and
defined objectives.
Yes, there is an open-coded path selection in the now sctp_outq_flush_rtx.
That is kept as is for now because it may be very different when we
implement retransmission path selection algorithms for CMT-SCTP.
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/ulpevent.c')
0 files changed, 0 insertions, 0 deletions