Lines Matching defs:nxtsz
245 uint16_t nxtsz;
273 nxtsz = ntohs(icmph->icmp_seq);
274 if (nxtsz == 0) {
280 nxtsz = find_next_best_mtu(totsz);
287 if (net->mtu > nxtsz) {
288 net->mtu = nxtsz;
291 if (stcb->asoc.smallest_mtu > nxtsz) {
295 stcb->asoc.smallest_mtu = nxtsz;
299 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) {
304 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) {
330 if ((chk->send_size+SCTP_MED_OVERHEAD) > nxtsz) {