Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/net/
H A Ddst.h212 INDIRECT_CALLABLE_DECLARE(unsigned int ip6_mtu(const struct dst_entry *));
216 return INDIRECT_CALL_INET(dst->ops->mtu, ip6_mtu, ipv4_mtu, dst); in dst_mtu()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c89 unsigned int ip6_mtu(const struct dst_entry *dst);
256 .mtu = ip6_mtu,
3205 INDIRECT_CALLABLE_SCOPE unsigned int ip6_mtu(const struct dst_entry *dst) in ip6_mtu() function
3209 EXPORT_INDIRECT_CALLABLE(ip6_mtu); variable
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c87 static unsigned int ip6_mtu(const struct dst_entry *dst);
250 .mtu = ip6_mtu,
3089 static unsigned int ip6_mtu(const struct dst_entry *dst) in ip6_mtu() function

Completed in 19 milliseconds