Home
last modified time | relevance | path

Searched refs:encap_dst (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dip_tunnels.h427 int skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst,
/kernel/linux/linux-6.6/include/net/
H A Dip_tunnels.h455 int skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst,
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_tunnel_core.c394 * @encap_dst: Destination for tunnel encapsulation (outer IP)
407 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()
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_tunnel_core.c394 * @encap_dst: Destination for tunnel encapsulation (outer IP)
407 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()

Completed in 5 milliseconds