Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Droute.c139 static unsigned int ipv4_mtu(const struct dst_entry *dst);
162 .mtu = ipv4_mtu,
975 if (ipv4_mtu(dst) < mtu) in __ip_rt_update_pmtu()
1231 static unsigned int ipv4_mtu(const struct dst_entry *dst) in ipv4_mtu() function