Searched refs:RTF_MTU (Results 1 – 2 of 2) sorted by relevance
57 #define RTF_MTU 0x0040 /* specific MTU for this route */ macro58 #define RTF_MSS RTF_MTU /* Compatibility :-( */
588 if (rt->rt_flags & (RTF_MTU | RTF_WINDOW | RTF_IRTT)) { in rtentry_to_fib_config()596 if (rt->rt_flags & RTF_MTU) in rtentry_to_fib_config()
Completed in 6 milliseconds