Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Ddst.h198 INDIRECT_CALLABLE_DECLARE(unsigned int ip6_mtu(const struct dst_entry *));
202 return INDIRECT_CALL_INET(dst->ops->mtu, ip6_mtu, ipv4_mtu, dst); in dst_mtu()
/Linux-v6.1/net/ipv6/
Droute.c89 unsigned int ip6_mtu(const struct dst_entry *dst);
256 .mtu = ip6_mtu,
3203 INDIRECT_CALLABLE_SCOPE unsigned int ip6_mtu(const struct dst_entry *dst) in ip6_mtu() function
3207 EXPORT_INDIRECT_CALLABLE(ip6_mtu);