Lines Matching defs:pmtudisc
49 uint8_t pmtudisc;
151 ipgre->pmtudisc = nla_get_u8(tb[IFLA_GRE_PMTUDISC]);
198 NLA_PUT_U8(msg, IFLA_GRE_PMTUDISC, ipgre->pmtudisc);
281 nl_dump(p, " pmtudisc ");
282 nl_dump_line(p, "enabled (%#x)\n", ipgre->pmtudisc);
688 * @arg pmtudisc path MTU discovery
692 int rtnl_link_ipgre_set_pmtudisc(struct rtnl_link *link, uint8_t pmtudisc)
698 ipgre->pmtudisc = pmtudisc;
708 * @return pmtudisc value
716 return ipgre->pmtudisc;