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

  /src/sys/netinet/
sctp_pcb.h 238 uint32_t sctp_sws_sender; member in struct:sctp_pcb
sctp_indata.c 3625 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
4057 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
4274 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
sctp_pcb.c 1458 m->sctp_sws_sender = SCTP_SWS_SENDER_DEF;
sctp_input.c 2811 stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
sctp_output.c 4939 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
6797 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {

Completed in 25 milliseconds