Home
last modified time | relevance | path

Searched refs:nxtsz (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c355 uint32_t nxtsz; local
375 nxtsz = ntohl(icmp6->icmp6_mtu);
380 if (net->mtu > nxtsz) {
381 net->mtu = nxtsz;
387 if (stcb->asoc.smallest_mtu > nxtsz) {
391 stcb->asoc.smallest_mtu = nxtsz;
395 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) {
400 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) {
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c271 sctp_pathmtu_adjustment(struct sctp_tcb *stcb, uint16_t nxtsz) in sctp_pathmtu_adjustment() argument
277 stcb->asoc.smallest_mtu = nxtsz; in sctp_pathmtu_adjustment()
284 if ((chk->send_size + overhead) > nxtsz) { in sctp_pathmtu_adjustment()
289 if ((chk->send_size + overhead) > nxtsz) { in sctp_pathmtu_adjustment()
332 uint16_t nxtsz; in sctp_notify_mbuf() local
365 nxtsz = ntohs(icmph->icmp_nextmtu); in sctp_notify_mbuf()
366 if (nxtsz == 0) { in sctp_notify_mbuf()
372 nxtsz = sctp_get_prev_mtu(totsz); in sctp_notify_mbuf()
381 if (net->mtu > nxtsz) { in sctp_notify_mbuf()
382 net->mtu = nxtsz; in sctp_notify_mbuf()
[all …]