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 */
139 : asoc->pathmtu;
466 tp->pathmtu)
468 else if (pkt_size + padded > tp->pathmtu)
585 if (packet->size > tp->pathmtu && !packet->ipfragok && !chunk->pmtu_probe) {
742 if (chunk->skb->len + q->out_qlen > transport->pathmtu -
800 pmtu = packet->transport->asoc->pathmtu;
802 pmtu = packet->transport->pathmtu;