Searched refs:vxlan_headroom (Results 1 – 3 of 3) sorted by relevance
389 static inline int vxlan_headroom(u32 flags) in vxlan_headroom() function
2557 err = skb_tunnel_check_pmtu(skb, ndst, vxlan_headroom(flags & VXLAN_F_GPE), in vxlan_xmit_one()2619 vxlan_headroom((flags & VXLAN_F_GPE) | VXLAN_F_IPV6), in vxlan_xmit_one()3080 int max_mtu = lowerdev->mtu - vxlan_headroom(vxlan->cfg.flags); in vxlan_change_mtu()3762 max_mtu = lowerdev->mtu - vxlan_headroom(flags); in vxlan_config_apply()3775 needed_headroom += vxlan_headroom(flags); in vxlan_config_apply()
8478 vxlan_headroom(0))) in ixgbe_atr()