Name Description Size Coverage
sctp.h SCTP protocol - RFC4960. 24495 -
sctp_asconf.c debug flags: SCTP_DEBUG_ASCONF1: protocol info, general info and errors SCTP_DEBUG_ASCONF2: detailed info 105158 -
sctp_asconf.h function prototypes 3459 -
sctp_auth.c SCTP_DEBUG 60745 -
sctp_auth.h digest lengths 8801 -
sctp_bsd_addr.c Declare all of our malloc named types 28078 -
sctp_bsd_addr.h 2519 -
sctp_callout.c Callout/Timer routines for OS that doesn't have them 6568 -
sctp_callout.h NOTE: the following MACROS are required for locking the callout queue along with a lock/mutex in the OS specific headers and implementation files:: - SCTP_TIMERQ_LOCK() - SCTP_TIMERQ_UNLOCK() - SCTP_TIMERQ_LOCK_INIT() - SCTP_TIMERQ_LOCK_DESTROY() 4961 -
sctp_cc_functions.c Using 0 means that the value of RFC 4960 is used. 77491 -
sctp_constants.h IANA assigned port number for SCTP over UDP encapsulation 36646 -
sctp_crc32.c Routine Description: Computes the CRC32c checksum for the specified buffer using the slicing by 8 algorithm over 64 bit quantities. Arguments: p_running_crc - pointer to the initial or final remainder value used in CRC computations. It should be set to non-NULL if the mode argument is equal to CONT or END p_buf - the packet buffer where crc computations are being performed length - the length of p_buf in bytes init_bytes - the number of initial bytes that need to be procesed before aligning p_buf to multiples of 4 bytes mode - can be any of the following: BEGIN, CONT, END, BODY, ALIGN Return value: The computed CRC32c value 41823 -
sctp_crc32.h _KERNEL 2339 -
sctp_header.h Parameter structures 17343 -
sctp_indata.c NOTES: On the outbound side of things I need to check the sack timer to see if I should generate a sack into the chunk queue (if I have data to send that is and will be sending it .. for bundling. The callback in sctp_usrreq.c will get called when the socket is read from. This will cause sctp_service_queues() to get called on the top entry in the list. 187894 -
sctp_indata.h draft-ietf-tsvwg-usctp 4457 -
sctp_input.c This now not only stops all cookie timers it also stops any INIT timers as well. This will make sure that the timers are stopped in all collision cases. 212536 -
sctp_input.h 2664 -
sctp_lock_userspace.h Empty Lock declarations for all other platforms. Pre-process away to nothing. 7384 -
sctp_os.h General kernel memory allocation: SCTP_MALLOC(element, type, size, name) SCTP_FREE(element) Kernel memory allocation for "soname"- memory must be zeroed. SCTP_MALLOC_SONAME(name, type, size) SCTP_FREE_SONAME(name) 3102 -
sctp_os_userspace.h Userspace includes All the opt_xxx.h files are placed in the kernel build directory. We will place them in userspace stack build directory. 33397 -
sctp_output.c (on Ubuntu at least) enables UDP header field names like BSD in RFC 768 415628 -
sctp_output.h 8357 -
sctp_pcb.c FIX: we don't handle multiple link local scopes 235173 -
sctp_pcb.h default v4 table id 26870 -
sctp_peeloff.c We are clear to peel this one off 10547 -
sctp_peeloff.h socket option peeloff 2780 -
sctp_process_lock.h Need to yet define five atomic fuctions or their equivalant. - atomic_add_int(&foo, val) - add atomically the value - atomic_fetchadd_int(&foo, val) - does same as atomic_add_int but value it was is returned. - atomic_subtract_int(&foo, val) - can be made from atomic_add_int() - atomic_cmpset_int(&foo, value, newvalue) - Does a set of newvalue in foo if and only if foo is value. Returns 0 on success. 27606 -
sctp_sha1.c A SHA-1 Digest is 160 bits, or 20 bytes 9989 -
sctp_sha1.h block I am collecting to process 2890 -
sctp_ss_functions.c Default simple round-robin algorithm. Just iterates the streams in the order they appear. 34971 -
sctp_structs.h Depending on the timer type these will be setup and cast with the appropriate entity. 40700 -
sctp_sysctl.c sysctl tunable variables 69669 -
sctp_sysctl.h JRS - Variable for default congestion control module 25784 -
sctp_timer.c We had a threshold failure 51008 -
sctp_timer.h 3323 -
sctp_uio.h Compatibility to previous define's 41778 -
sctp_userspace.c - Copyright (c) 2011-2012 Irene Ruengeler Copyright (c) 2011-2012 Michael Tuexen All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 14319 -
sctp_usrreq.c HAVE_SCTP_PEELOFF_SOCKOPT 258321 -
sctp_var.h managing mobility_feature in inpcb (by micchie) 15956 -
sctputil.c this is the file that will be auto generated 252116 -
sctputil.h Function prototypes 11963 -