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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/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";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Darc-rawmode.c97 if (length > MTU)
185 } else if (length > MTU) {
H A Dcapmode.c220 } else if (length > MTU) {
H A Drfc1051.c237 } else if (length > MTU) {
H A Drfc1201.c449 } else if (softlen > MTU) { /* exception packet - add an extra header */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Darcdevice.h129 #define MTU 253 /* normal packet max size */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/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 67 milliseconds