Searched refs:RTF_MTU (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Droute.h56 #define RTF_MTU 0x0040 /* specific MTU for this route */ macro
57 #define RTF_MSS RTF_MTU /* Compatibility :-( */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Droute.c44 #define RTF_MTU 0x0040 /* specific MTU for this route */ macro
46 #define RTF_MSS RTF_MTU /* Compatibility :-( */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_frontend.c450 if (rt->rt_flags & (RTF_MTU | RTF_WINDOW | RTF_IRTT)) {
458 if (rt->rt_flags & RTF_MTU)

Completed in 121 milliseconds