Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dip_forward.c130 mtu = ip_dst_mtu_maybe_forward(&rt->dst, true); in ip_forward()
/Linux-v5.4/include/net/
Dip.h438 static inline unsigned int ip_dst_mtu_maybe_forward(const struct dst_entry *dst, in ip_dst_mtu_maybe_forward() function
457 return ip_dst_mtu_maybe_forward(skb_dst(skb), forwarding); in ip_skb_dst_mtu()
/Linux-v5.4/net/netfilter/
Dnf_flow_table_core.c42 ft->mtu = ip_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_dir()