mbox series

[net-next,0/3] sctp: Introduce sctp_flush_ctx

Message ID cover.1526078163.git.marcelo.leitner@gmail.com
Headers show
Series sctp: Introduce sctp_flush_ctx | expand

Message

Marcelo Ricardo Leitner May 11, 2018, 11:29 p.m. UTC
This struct will hold all the context used during the outq flush, so we
don't have to pass lots of pointers all around.

Checked on x86_64, the compiler inlines all these functions and there is no
derreference added because of the struct.

Marcelo Ricardo Leitner (3):
  sctp: add sctp_flush_ctx, a context struct on outq_flush routines
  sctp: add asoc and packet to sctp_flush_ctx
  sctp: checkpatch fixups

 net/sctp/outqueue.c | 259 ++++++++++++++++++++++++----------------------------
 1 file changed, 119 insertions(+), 140 deletions(-)

--
2.14.3