Searched refs:smallest_mtu (Results 1 – 9 of 9) sorted by relevance
4497 if ((stcb != NULL) && (stcb->asoc.smallest_mtu > mtu)) {4987 if ((stcb != NULL) && (stcb->asoc.smallest_mtu > mtu)) {5001 (stcb->asoc.smallest_mtu > ND_IFINFO(ifp)->linkmtu)) {6801 if (stcb->asoc.sctp_frag_point > asoc->smallest_mtu)6802 siz = asoc->smallest_mtu - ovh;7293 (un_sent < (int)(stcb->asoc.smallest_mtu - SCTP_MIN_OVERHEAD))) {10759 if ((un_sent < (int)(stcb->asoc.smallest_mtu - SCTP_MIN_OVERHEAD)) &&10943 if (cnt_of_space > (asoc->smallest_mtu - ovh)) {10945 cnt_of_space = asoc->smallest_mtu - ovh;12305 min(stcb->asoc.smallest_mtu, MCLBYTES)) {[all …]
967 uint32_t smallest_mtu; member
5794 if (stcb->asoc.smallest_mtu > net->mtu) {5836 if (stcb->asoc.smallest_mtu > net->mtu) {5960 if (stcb->asoc.smallest_mtu > net->mtu) {
590 xstcb.mtu = stcb->asoc.smallest_mtu;
205 stcb->asoc.smallest_mtu = nxtsz; in sctp_pathmtu_adjustment()346 if (stcb->asoc.smallest_mtu > next_mtu) {6206 if (net->mtu < stcb->asoc.smallest_mtu) {6354 if (net->mtu < stcb->asoc.smallest_mtu) {
2662 if ((SCTP_BUF_LEN(m_asconf) + p_length > stcb->asoc.smallest_mtu) || in sctp_compose_asconf()
4719 stcb->asoc.smallest_mtu = net->mtu;4721 if (stcb->asoc.smallest_mtu > net->mtu) {
1288 asoc->smallest_mtu = inp->sctp_frag_point; in sctp_init_asoc()3018 asoc->smallest_mtu = mtu; in sctp_mtu_size_reset()
389 if (stcb->asoc.smallest_mtu > next_mtu) {