Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dip_forward.c116 mtu = ip_dst_mtu_maybe_forward(&rt->dst, true); in ip_forward()
/linux-4.1.27/include/net/
Dip.h299 static inline unsigned int ip_dst_mtu_maybe_forward(const struct dst_entry *dst, in ip_dst_mtu_maybe_forward() function
316 return ip_dst_mtu_maybe_forward(skb_dst(skb), forwarding); in ip_skb_dst_mtu()