Searched refs:spp_pathmtu (Results 1 – 2 of 2) sorted by relevance
2386 paddrp->spp_pathmtu = net->mtu;2390 paddrp->spp_pathmtu -= SCTP_MIN_V4_OVERHEAD;2395 paddrp->spp_pathmtu -= SCTP_MIN_OVERHEAD;2430 paddrp->spp_pathmtu = stcb->asoc.default_mtu;5304 (paddrp->spp_pathmtu > 0) &&5349 if (paddrp->spp_pathmtu > 0) {5350 net->mtu = paddrp->spp_pathmtu;5493 if (paddrp->spp_pathmtu > 0) {5494 net->mtu = paddrp->spp_pathmtu;5514 if (paddrp->spp_pathmtu > 0) {[all …]
562 uint32_t spp_pathmtu; member