Home
last modified time | relevance | path

Searched refs:sctp_sws_sender (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_pcb.h278 uint32_t sctp_sws_sender; member
H A Dsctp_indata.c3944 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) { in sctp_express_handle_sack()
4198 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) { in sctp_express_handle_sack()
4537 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) { in sctp_handle_sack()
4953 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) { in sctp_handle_sack()
5068 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) { in sctp_handle_sack()
H A Dsctp_input.c4273 stcb->sctp_ep->sctp_ep.sctp_sws_sender) { in sctp_handle_packet_dropped()
H A Dsctp_output.c7117 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) { in sctp_clean_up_datalist()
9949 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) { in sctp_chunk_retransmission()
H A Dsctp_pcb.c2432 m->sctp_sws_sender = SCTP_SWS_SENDER_DEF; in sctp_inpcb_alloc()