Searched refs:vxlan_headroom (Results 1 – 3 of 3) sorted by relevance
390 static inline int vxlan_headroom(u32 flags) in vxlan_headroom() function
2492 err = skb_tunnel_check_pmtu(skb, ndst, vxlan_headroom(flags & VXLAN_F_GPE), in vxlan_xmit_one()2551 vxlan_headroom((flags & VXLAN_F_GPE) | VXLAN_F_IPV6), in vxlan_xmit_one()3185 int max_mtu = lowerdev->mtu - vxlan_headroom(vxlan->cfg.flags); in vxlan_change_mtu()3884 max_mtu = lowerdev->mtu - vxlan_headroom(flags); in vxlan_config_apply()3897 needed_headroom += vxlan_headroom(flags); in vxlan_config_apply()
8505 vxlan_headroom(0))) in ixgbe_atr()