HomeSort by: relevance | last modified time | path
    Searched refs:sctp (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/netinet/
Makefile 10 sctp.h sctp_uio.h \
sctp_peeloff.c 70 #include <netinet/sctp.h>
146 printf("SCTP peel-off called\n");
sctp_header.h 40 #include <netinet/sctp.h>
95 /* PR-SCTP supported parameter */
101 /* draft-ietf-tsvwg-addip-sctp */
103 struct sctp_paramhdr ph; /* a SCTP parameter header */
118 /* ECN Nonce: draft-ladha-sctp-ecn-nonce */
344 /* draft-ietf-tsvwg-addip-sctp */
in_proto.c 122 #ifdef SCTP
123 #include <netinet/sctp.h>
175 #ifdef SCTP
189 #ifdef SCTP
310 #ifdef SCTP
342 #endif /* SCTP */
sctp_pcb.h 51 #include <netinet/sctp.h>
222 * Here we have all the relevant information for each SCTP entity created.
308 struct sctp_pcb sctp_ep; /* SCTP ep data */
404 /* When working with the global SCTP lists we lock and unlock
418 mtx_init(&sctppcbinfo.ipi_ep_mtx, "sctp", "inp_info", MTX_DEF)
443 /* The INP locks we will use for locking an SCTP endpoint, so for
448 mtx_init(&(_inp)->inp_mtx, "sctp", "inp", MTX_DEF | MTX_DUPOK)
451 mtx_init(&(_inp)->inp_create_mtx, "sctp", "inp_create", \
528 mtx_init(&sctppcbinfo.it_mtx, "sctp", "iterator", MTX_DEF)
552 /* The INP locks we will use for locking an SCTP endpoint, so fo
    [all...]
sctp_timer.c 92 #include <netinet/sctp.h>
838 * is put into SCTP for cross checking.
sctp_pcb.c 86 #include <netinet/sctp.h>
1349 printf("Out of SCTP-INPCB structures - no resources\n");
1408 printf("Out of SCTP-INPCB->hashinit - no resources\n");
3767 * SCTP initialization for the PCB structures
3797 TUNABLE_INT_FETCH("net.inet.sctp.tcbhashsize", &hashtblsize);
3798 TUNABLE_INT_FETCH("net.inet.sctp.pcbhashsize", &sctp_pcbtblsize);
3799 TUNABLE_INT_FETCH("net.inet.sctp.chunkscale", &sctp_chunkscale);
3801 TUNABLE_INT_FETCH("net.inet.sctp.tcbhashsize", SCTP_TCBHASHSIZE,
3803 TUNABLE_INT_FETCH("net.inet.sctp.pcbhashsize", SCTP_PCBHASHSIZE,
3805 TUNABLE_INT_FETCH("net.inet.sctp.chunkscale", SCTP_CHUNKQUEUE_SCALE
    [all...]
sctp_usrreq.c 140 /* Init the SCTP pcb in sctp_pcb.c */
355 printf("sctp-notify, bad call\n");
365 /* FIX ME FIX ME PROTOPT i.e. no SCTP should ALWAYS be an ABORT */
370 (errno == ENOPROTOOPT) /* SCTP is not present on host */
375 * Or if there is NO protocol at the other end named SCTP.
395 * does not support SCTP OR was a userland
2105 printf("SCTP status\n");
2126 printf("SCTP status, no stcb\n");
3286 /* Ok if we reach here it is a SCTP option we hope */
3308 printf("Connect called in SCTP to ")
    [all...]
  /src/sys/netinet6/
in6_proto.c 113 #ifdef SCTP
115 #include <netinet/sctp.h>
171 #if defined(SCTP)
185 #ifdef SCTP
320 #ifdef SCTP
351 #endif /* SCTP */
  /src/share/man/man4/
Makefile 62 scmd.4 scmdi2c.4 scmdspi.4 scsi.4 sctp.4 sd.4 se.4 seeprom.4 sem.4 \
  /src/lib/libc/net/
sctp_sys_calls.c 47 #include <netinet/sctp.h>
  /src/sys/dev/pci/ixgbe/
ix_txrx.c 2230 bool sctp = false;
2234 sctp = true;
2248 /* TCP/UDP/SCTP checksum */

Completed in 22 milliseconds