Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dip.h37 #define IPV4_MAX_PMTU 65535U /* RFC 2675, Section 5.1 */ macro
/openbmc/linux/net/ipv4/
H A Droute.c1313 return min(advmss, IPV4_MAX_PMTU - header_size); in ipv4_default_advmss()