Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dip6_route.h315 static inline unsigned int ip6_dst_mtu_maybe_forward(const struct dst_entry *dst, in ip6_dst_mtu_maybe_forward() function
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_core.c113 flow_tuple->mtu = ip6_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_route()
/openbmc/linux/net/ipv6/
H A Dip6_output.c630 mtu = ip6_dst_mtu_maybe_forward(dst, true); in ip6_forward()
H A Droute.c3211 return ip6_dst_mtu_maybe_forward(dst, false); in ip6_mtu()