Home | History | Annotate | Download | only in ip

Lines Matching full:pmtudisc

36 		"                [ [no]pmtudisc ]\n"
96 __u8 pmtudisc = 1;
149 pmtudisc =
232 pmtudisc = 0;
233 } else if (strcmp(*argv, "pmtudisc") == 0) {
234 pmtudisc = 1;
340 if (ttl && pmtudisc == 0) {
355 addattr8(n, 1024, IFLA_IPTUN_PMTUDISC, pmtudisc);
450 print_bool(PRINT_ANY, "pmtudisc", "pmtudisc ", true);
452 print_bool(PRINT_ANY, "pmtudisc", "nopmtudisc ", false);