Searched refs:MTU (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/examples/diffserv/
H A Def-prio5 $MTU="1.5kB";
11 # EF class: Maximum about one MTU sized packet allowed on the queue
13 print "$TC qdisc add $DEV parent 2:1 tbf rate $efrate burst $MTU limit 1.6kB\n";
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Darc-rawmode.c190 } else if (length > MTU) {
H A Drfc1051.c242 } else if (length > MTU) {
H A Drfc1201.c449 } else if (softlen > MTU) { /* exception packet - add an extra header */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Darcdevice.h129 #define MTU 253 /* normal packet max size */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Darcdevice.h129 #define MTU 253 /* normal packet max size */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex279 --- change the MTU of the device.
1142 next hop router) and some optional attributes (f.e. the path MTU or
1274 \item \verb|mtu MTU| or \verb|mtu lock MTU|
1276 --- the MTU along the path to the destination. If the modifier \verb|lock| is
1277 not used, the MTU may be updated by the kernel due to Path MTU Discovery.
1278 If the modifier \verb|lock| is used, no path MTU discovery will be tried,
1280 or fragmented to MTU for IPv6.
1313 Linux uses a default value calculated from the first hop device MTU
[all...]
H A Dip-tunnels.tex247 \item \verb|nopmtudisc| --- disable Path MTU Discovery on this tunnel.

Completed in 54 milliseconds