Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dip_forward.c134 mtu = ip_dst_mtu_maybe_forward(&rt->dst, true); in ip_forward()
H A Droute.c1375 return ip_dst_mtu_maybe_forward(dst, false); in ipv4_mtu()
/linux/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst51 …u read_mostly ip_dst_mtu_maybe_forward/ip_skb_ds…
/linux/include/net/
H A Dip.h467 static inline unsigned int ip_dst_mtu_maybe_forward(const struct dst_entry *dst, in ip_dst_mtu_maybe_forward() function
543 return ip_dst_mtu_maybe_forward(dst, forwarding); in ip_skb_dst_mtu()
/linux/net/netfilter/
H A Dnf_flow_table_core.c107 flow_tuple->mtu = ip_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_route()