HomeSort by relevance Sort by last modified time
    Searched refs:sctp_cmt_on_off (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_peeloff.c 127 n_inp->sctp_cmt_on_off = inp->sctp_cmt_on_off;
242 n_inp->sctp_cmt_on_off = inp->sctp_cmt_on_off;
sctp_cc_functions.c 79 if ((stcb->asoc.sctp_cmt_on_off == SCTP_CMT_RPV1) ||
80 (stcb->asoc.sctp_cmt_on_off == SCTP_CMT_RPV2)) {
111 if ((asoc->sctp_cmt_on_off == SCTP_CMT_RPV1) ||
112 (asoc->sctp_cmt_on_off == SCTP_CMT_RPV2)) {
126 * CMT fast recovery code. Need to debug. ((sctp_cmt_on_off > 0) &&
131 (asoc->sctp_cmt_on_off > 0)) {
143 if ((asoc->sctp_cmt_on_off == SCTP_CMT_RPV1) ||
144 (asoc->sctp_cmt_on_off == SCTP_CMT_RPV2)) {
145 if (asoc->sctp_cmt_on_off == SCTP_CMT_RPV1) {
152 if (asoc->sctp_cmt_on_off == SCTP_CMT_RPV2)
    [all...]
sctp_ss_functions.c 199 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) {
326 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) {
484 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) {
631 ((SCTP_BASE_SYSCTL(sctp_cmt_on_off) > 0) ||
632 (SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0 &&
819 SCTP_BASE_SYSCTL(sctp_cmt_on_off) == 0) {
sctp_sysctl.h 90 uint32_t sctp_cmt_on_off; member in struct:sctp_sysctl
sctp_sysctl.c 109 SCTP_BASE_SYSCTL(sctp_cmt_on_off) = SCTPCTL_CMT_ON_OFF_DEFAULT;
    [all...]
sctp_indata.c     [all...]
sctp_pcb.h 482 uint32_t sctp_cmt_on_off; member in struct:sctp_inpcb
sctp_timer.c 693 if (stcb->asoc.sctp_cmt_on_off > 0) {
872 if (stcb->asoc.sctp_cmt_on_off > 0) {
    [all...]
sctp_structs.h 1247 uint8_t sctp_cmt_on_off; member in struct:sctp_association
    [all...]
sctp_output.c     [all...]
sctp_usrreq.c     [all...]
sctp_input.c     [all...]
sctp_pcb.c     [all...]
sctputil.c 977 asoc->sctp_cmt_on_off = inp->sctp_cmt_on_off;
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
usrsctp.h 1031 USRSCTP_SYSCTL_DECL(sctp_cmt_on_off)
    [all...]
user_socket.c     [all...]

Completed in 370 milliseconds