HomeSort by relevance Sort by last modified time
    Searched refs:nxtsz (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 355 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) {
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_usrreq.c 271 sctp_pathmtu_adjustment(struct sctp_tcb *stcb, uint16_t nxtsz)
277 stcb->asoc.smallest_mtu = nxtsz;
284 if ((chk->send_size + overhead) > nxtsz) {
289 if ((chk->send_size + overhead) > nxtsz) {
332 uint16_t nxtsz; local
365 nxtsz = ntohs(icmph->icmp_nextmtu);
366 if (nxtsz == 0) {
372 nxtsz = sctp_get_prev_mtu(totsz);
381 if (net->mtu > nxtsz) {
382 net->mtu = nxtsz;
    [all...]

Completed in 58 milliseconds