Home
last modified time | relevance | path

Searched refs:ip_dst_mtu_maybe_forward (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dip_forward.c130 mtu = ip_dst_mtu_maybe_forward(&rt->dst, true); in ip_forward()
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_forward.c134 mtu = ip_dst_mtu_maybe_forward(&rt->dst, true); in ip_forward()
H A Droute.c1326 return ip_dst_mtu_maybe_forward(dst, false); in ipv4_mtu()
/kernel/linux/linux-5.10/include/net/
H A Dip.h440 static inline unsigned int ip_dst_mtu_maybe_forward(const struct dst_entry *dst, in ip_dst_mtu_maybe_forward() function
467 return ip_dst_mtu_maybe_forward(skb_dst(skb), forwarding); in ip_skb_dst_mtu()
/kernel/linux/linux-6.6/include/net/
H A Dip.h452 static inline unsigned int ip_dst_mtu_maybe_forward(const struct dst_entry *dst, in ip_dst_mtu_maybe_forward() function
493 return ip_dst_mtu_maybe_forward(skb_dst(skb), forwarding); in ip_skb_dst_mtu()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_flow_table_core.c90 flow_tuple->mtu = ip_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_route()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_flow_table_core.c110 flow_tuple->mtu = ip_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_route()

Completed in 11 milliseconds