Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/net/netfilter/
Dnf_flow_table_core.c102 flow_tuple->mtu = ip6_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_route()
/Linux-v5.15/net/ipv6/
Dip6_output.c588 mtu = ip6_dst_mtu_maybe_forward(dst, true); in ip6_forward()
Droute.c3215 return ip6_dst_mtu_maybe_forward(dst, false); in ip6_mtu()