Lines Matching refs:pathmtu
88 /* set packet max_size with pathmtu, then calculate overhead */
89 packet->max_size = tp->pathmtu;
101 /* update dst or transport pathmtu if in need */
137 : asoc->pathmtu;
436 tp->pathmtu)
438 else if (pkt_size + padded > tp->pathmtu)
563 if (packet->size > tp->pathmtu && !packet->ipfragok) {
718 if (chunk->skb->len + q->out_qlen > transport->pathmtu -
776 pmtu = packet->transport->asoc->pathmtu;
778 pmtu = packet->transport->pathmtu;