Lines Matching defs:pmtu
151 int error, pmtu;
154 pmtu = ip6_gif_pmtu;
155 node.sysctl_data = &pmtu;
160 switch (pmtu) {
163 ip6_gif_pmtu = pmtu;
175 int error, pmtu;
179 pmtu = sc->gif_pmtu;
180 node.sysctl_data = &pmtu;
185 switch (pmtu) {
189 sc->gif_pmtu = pmtu;
308 CTLTYPE_INT, "pmtu",
313 log(LOG_WARNING, "%s: could not attach sysctl node pmtu\n", ifname);