Home
last modified time | relevance | path

Searched refs:smallest_mtu (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_output.c4247 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 …]
H A Dsctp_structs.h911 uint32_t smallest_mtu; member
H A Dsctp_sysctl.c475 xstcb.mtu = stcb->asoc.smallest_mtu; in sctp_sysctl_handle_assoclist()
H A Dsctp_input.c5358 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()
H A Dsctp_usrreq.c113 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) {
H A Dsctp_asconf.c2616 if ((SCTP_BUF_LEN(m_asconf) + p_length > stcb->asoc.smallest_mtu) || in sctp_compose_asconf()
H A Dsctp_pcb.c4013 stcb->asoc.smallest_mtu = net->mtu; in sctp_add_remote_addr()
4015 if (stcb->asoc.smallest_mtu > net->mtu) { in sctp_add_remote_addr()
H A Dsctputil.c1245 asoc->smallest_mtu = inp->sctp_frag_point; in sctp_init_asoc()
2904 asoc->smallest_mtu = mtu; in sctp_mtu_size_reset()
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c235 if (stcb->asoc.smallest_mtu > next_mtu) { in sctp6_notify()