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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_sysctl.h 45 uint32_t sctp_sendspace; member in struct:sctp_sysctl
sctp_sysctl.c 64 SCTP_BASE_SYSCTL(sctp_sendspace) = SCTPCTL_MAXDGRAM_DEFAULT;
    [all...]
sctp_usrreq.c 116 sctp_sendspace = SB_MAX;
120 SCTP_BASE_SYSCTL(sctp_sendspace) = SB_MAX;
138 SCTP_BASE_SYSCTL(sctp_sendspace) = sb_max_adj;
140 SCTP_BASE_SYSCTL(sctp_sendspace) = min(sb_max_adj,
148 SCTP_BASE_SYSCTL(sctp_recvspace) = SCTP_BASE_SYSCTL(sctp_sendspace);
758 error = SCTP_SORESERVE(so, SCTP_BASE_SYSCTL(sctp_sendspace), SCTP_BASE_SYSCTL(sctp_recvspace));
864 error = SCTP_SORESERVE(so, SCTP_BASE_SYSCTL(sctp_sendspace), SCTP_BASE_SYSCTL(sctp_recvspace));
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
usrsctp.h 990 USRSCTP_SYSCTL_DECL(sctp_sendspace)
    [all...]
user_socket.c     [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 797 error = SCTP_SORESERVE(so, SCTP_BASE_SYSCTL(sctp_sendspace), SCTP_BASE_SYSCTL(sctp_recvspace));
    [all...]

Completed in 336 milliseconds