Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dip.h416 static inline int ip_mtu_locked(const struct dst_entry *dst) in ip_mtu_locked() function
430 !ip_mtu_locked(dst)); in ip_dont_fragment()
457 ip_mtu_locked(dst) || in ip_dst_mtu_maybe_forward()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_tunnel_core.c74 iph->frag_off = ip_mtu_locked(&rt->dst) ? 0 : df; in iptunnel_xmit()
H A Droute.c1054 if (ip_mtu_locked(dst)) in __ip_rt_update_pmtu()
1361 if (unlikely(ip_mtu_locked(dst))) { in ipv4_mtu()