Home
last modified time | relevance | path

Searched refs:encap_dst (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dip_tunnels.h489 int skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst,
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c407 int skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst, in skb_tunnel_check_pmtu() argument
410 u32 mtu = dst_mtu(encap_dst) - headroom; in skb_tunnel_check_pmtu()