09 Jul, 2014

1 commit

  • sctp_init_cmd_seq() and sctp_next_cmd() are only called from one place.
    The call sequence for sctp_add_cmd_sf() is likely to be longer than
    the inlined code.
    With sctp_add_cmd_sf() inlined the compiler can optimise repeated calls.

    Signed-off-by: David Laight
    Signed-off-by: David S. Miller

    David Laight
     

01 May, 2010

1 commit

  • This patch implement sctp association probing module, the module
    will be called sctp_probe.

    This module allows for capturing the changes to SCTP association
    state in response to incoming packets. It is used for debugging
    SCTP congestion control algorithms.

    Usage:
    $ modprobe sctp_probe [full=n] [port=n] [bufsize=n]
    $ cat /proc/net/sctpprobe

    The output format is:
    TIME ASSOC LPORT RPORT MTU RWND UNACK ...

    The output will be like this:
    9.226086 c4064c48 9000 8000 1500 53352 1 *192.168.0.19 1 4380 54784 1252 0 1500
    9.287195 c4064c48 9000 8000 1500 45144 5 *192.168.0.19 1 5880 54784 6500 0 1500
    9.289130 c4064c48 9000 8000 1500 42724 5 *192.168.0.19 1 7380 54784 6500 0 1500
    9.620332 c4064c48 9000 8000 1500 48284 4 *192.168.0.19 1 8880 54784 5200 0 1500
    ......

    Signed-off-by: Wei Yongjun
    Signed-off-by: Vlad Yasevich

    Wei Yongjun
     

19 Jul, 2008

1 commit


29 Jan, 2008

1 commit


11 Oct, 2007

1 commit