Home
last modified time | relevance | path

Searched refs:maxoverhead (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dbundle.c1881 int sp, overhead, maxoverhead; in bundle_CalculateBandwidth() local
1885 maxoverhead = 0; in bundle_CalculateBandwidth()
1889 if (maxoverhead < overhead) in bundle_CalculateBandwidth()
1890 maxoverhead = overhead; in bundle_CalculateBandwidth()
1911 if (maxoverhead < overhead) in bundle_CalculateBandwidth()
1912 maxoverhead = overhead; in bundle_CalculateBandwidth()
1925 if (maxoverhead) { in bundle_CalculateBandwidth()
1927 bundle->iface->mtu, bundle->iface->mtu - maxoverhead); in bundle_CalculateBandwidth()
1928 bundle->iface->mtu -= maxoverhead; in bundle_CalculateBandwidth()