Searched refs:maxoverhead (Results 1 – 1 of 1) sorted by relevance
1876 int sp, overhead, maxoverhead; in bundle_CalculateBandwidth() local1880 maxoverhead = 0; in bundle_CalculateBandwidth()1884 if (maxoverhead < overhead) in bundle_CalculateBandwidth()1885 maxoverhead = overhead; in bundle_CalculateBandwidth()1909 if (maxoverhead < overhead) in bundle_CalculateBandwidth()1910 maxoverhead = overhead; in bundle_CalculateBandwidth()1923 if (maxoverhead) { in bundle_CalculateBandwidth()1925 bundle->iface->mtu, bundle->iface->mtu - maxoverhead); in bundle_CalculateBandwidth()1926 bundle->iface->mtu -= maxoverhead; in bundle_CalculateBandwidth()