Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip.h430 static inline int ip_mtu_locked(const struct dst_entry *dst) in ip_mtu_locked() function
444 !ip_mtu_locked(dst)); in ip_dont_fragment()
480 ip_mtu_locked(dst) || in ip_dst_mtu_maybe_forward()
494 if (unlikely(ip_mtu_locked(dst))) { in ip_dst_mtu_maybe_forward()
/linux/net/ipv4/
H A Dip_tunnel_core.c89 iph->frag_off = ip_mtu_locked(&rt->dst) ? 0 : df; in iptunnel_xmit()
/linux/net/netfilter/
H A Dnf_flow_table_ip.c626 iph->frag_off = ip_mtu_locked(&rt->dst) ? 0 : frag_off; in nf_flow_tunnel_ipip_push()