Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dip.h404 static inline int ip_mtu_locked(const struct dst_entry *dst) in ip_mtu_locked() function
418 !ip_mtu_locked(dst)); in ip_dont_fragment()
444 ip_mtu_locked(dst) || in ip_dst_mtu_maybe_forward()
/Linux-v5.4/net/ipv4/
Dip_tunnel_core.c70 iph->frag_off = ip_mtu_locked(&rt->dst) ? 0 : df; in iptunnel_xmit()
Droute.c1020 if (ip_mtu_locked(dst)) in __ip_rt_update_pmtu()
1315 if (unlikely(ip_mtu_locked(dst))) { in ipv4_mtu()