Searched refs:smallest_mtu (Results 1 – 9 of 9) sorted by relevance
4247 if ((stcb != NULL) && (stcb->asoc.smallest_mtu > mtu)) { in sctp_lowlevel_chunk_output()4589 if ((stcb != NULL) && (stcb->asoc.smallest_mtu > mtu)) { in sctp_lowlevel_chunk_output()4597 (stcb->asoc.smallest_mtu > ND_IFINFO(ifp)->linkmtu)) { in sctp_lowlevel_chunk_output()6233 if (stcb->asoc.sctp_frag_point > asoc->smallest_mtu) in sctp_get_frag_point()6234 siz = asoc->smallest_mtu - ovh; in sctp_get_frag_point()10321 if (cnt_of_space > (asoc->smallest_mtu - ovh)) { in send_forward_tsn()10323 cnt_of_space = asoc->smallest_mtu - ovh; in send_forward_tsn()11498 min(stcb->asoc.smallest_mtu, MCLBYTES)) { in sctp_send_packet_dropped()11503 len = min(stcb->asoc.smallest_mtu, MCLBYTES) - SCTP_MAX_OVERHEAD; in sctp_send_packet_dropped()12793 if (sndlen > (ssize_t)asoc->smallest_mtu) { in sctp_lower_sosend()[all …]
911 uint32_t smallest_mtu; member
475 xstcb.mtu = stcb->asoc.smallest_mtu; in sctp_sysctl_handle_assoclist()
5358 if (stcb->asoc.smallest_mtu > net->mtu) { in sctp_common_input_processing()5398 if (stcb->asoc.smallest_mtu > net->mtu) { in sctp_common_input_processing()5493 if (stcb->asoc.smallest_mtu > net->mtu) { in sctp_common_input_processing()
113 stcb->asoc.smallest_mtu = nxtsz; in sctp_pathmtu_adjustment()231 if (stcb->asoc.smallest_mtu > next_mtu) { in sctp_notify()5389 if (net->mtu < stcb->asoc.smallest_mtu) {5532 if (net->mtu < stcb->asoc.smallest_mtu) {
2616 if ((SCTP_BUF_LEN(m_asconf) + p_length > stcb->asoc.smallest_mtu) || in sctp_compose_asconf()
4013 stcb->asoc.smallest_mtu = net->mtu; in sctp_add_remote_addr()4015 if (stcb->asoc.smallest_mtu > net->mtu) { in sctp_add_remote_addr()
1245 asoc->smallest_mtu = inp->sctp_frag_point; in sctp_init_asoc()2904 asoc->smallest_mtu = mtu; in sctp_mtu_size_reset()
235 if (stcb->asoc.smallest_mtu > next_mtu) { in sctp6_notify()