Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dip_forward.c134 mtu = ip_dst_mtu_maybe_forward(&rt->dst, true); in ip_forward()
H A Droute.c1332 return ip_dst_mtu_maybe_forward(dst, false); in ipv4_mtu()
/linux/include/net/
H A Dip.h470 static inline unsigned int ip_dst_mtu_maybe_forward(const struct dst_entry *dst, in ip_dst_mtu_maybe_forward() function
518 return ip_dst_mtu_maybe_forward(skb_dst(skb), forwarding); in ip_skb_dst_mtu()