Home
last modified time | relevance | path

Searched refs:ip6_dst_mtu_maybe_forward (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/net/
Dip6_route.h319 static inline unsigned int ip6_dst_mtu_maybe_forward(const struct dst_entry *dst, in ip6_dst_mtu_maybe_forward() function
/Linux-v6.1/net/netfilter/
Dnf_flow_table_core.c103 flow_tuple->mtu = ip6_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_route()
/Linux-v6.1/net/ipv6/
Dip6_output.c609 mtu = ip6_dst_mtu_maybe_forward(dst, true); in ip6_forward()
Droute.c3205 return ip6_dst_mtu_maybe_forward(dst, false); in ip6_mtu()